Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Sep 14, 2024
1 parent adc1513 commit bc38b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/experiments/utils/result_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ def save(self, t_file_prefix: str = "res"):
result["ds_type"] = x.config.ds_type.name.lower()
data.append(result)


df = pd.DataFrame(data)
df.to_csv(t_file, index=False)

0 comments on commit bc38b97

Please sign in to comment.