Skip to content

Commit

Permalink
add config dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 18, 2024
1 parent 93d17c6 commit 6c8854b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alphadia/search_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def _init_config(
if ConfigKeys.OUTPUT_DIRECTORY not in config:
config[ConfigKeys.OUTPUT_DIRECTORY] = output_folder

config.to_yaml(os.path.join(output_folder, "frozen_config.yaml"))

return config

@property
Expand Down

0 comments on commit 6c8854b

Please sign in to comment.