Skip to content

Commit

Permalink
Update smact/data_loader.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
AntObi and coderabbitai[bot] authored Jul 12, 2024
1 parent 0f3355f commit b563be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smact/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def lookup_element_magpie_data(symbol: str, copy: bool = True):
_element_magpie_data = {}

df = pd.read_csv(os.path.join(data_directory, "magpie.csv"))
for index, row in df.iterrows():
for _index, row in df.iterrows():
key = row.iloc[0]

dataset = {
Expand Down

0 comments on commit b563be1

Please sign in to comment.