Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Innixma committed Oct 18, 2024
1 parent 248e9cf commit d4e8b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabrepo/simulation/simulation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def to_dir(self, path: str) -> dict:

path_metadata = None
if self.df_metadata is not None:
path_metadata = "metadata.parquet"
path_metadata = "task_metadata.parquet"
save_pd.save(path=str(Path(path) / path_metadata), df=self.df_metadata)

path_configs_hyperparameters = None
Expand Down

0 comments on commit d4e8b59

Please sign in to comment.