Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neat/read_simulator/utils/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def from_cli(output_dir: Path,

# Update items to config or default values
base_options.__dict__.update(final_args)
base_options.set_random_seed()
base_options.rng = base_options.set_random_seed()

# Some options checking to clean up the args dict
base_options.check_options()
Expand Down
Loading