Skip to content

Commit

Permalink
Merge branch 'moredocs-nico' of https://github.com/apax-hub/apax into…
Browse files Browse the repository at this point in the history
… moredocs-nico
  • Loading branch information
Tetracarbonylnickel committed Mar 1, 2024
2 parents ef8a922 + 2ff66db commit 341cdff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apax/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def mod_md17(file_path):

os.remove(file_path)

return new_file_path
return new_file_path
2 changes: 1 addition & 1 deletion apax/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def mod_config(config_path, updated_config):
config_dict[key].update(new_value)
else:
config_dict[key] = new_value
return config_dict
return config_dict
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def load_and_dump_config(config_path, dump_path):

def load_config_and_run_training(config_path, updated_config):
config_dict = mod_config(config_path, updated_config)
run(config_dict)
run(config_dict)

0 comments on commit 341cdff

Please sign in to comment.