Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling run_simulation.py on MASSIVE with config doesn't work #49

Open
DavidDierickx opened this issue Nov 2, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@DavidDierickx
Copy link
Collaborator

Missing " if len(sys.argv) >= 2: config_filename = os.path.join(folder_path, sys.argv[1])" check in "if name == "main":" for run_simulation.py so cannot run a simulation directly with simulation config.

Currently using a batch file with final line of "python run_simulation.py simulation/config.yaml" to run the simulation. I have added the requisite code on MASSIVE so that it can be run but believe it should be added to the base code.

Let me know if there is another way this should be called.

@DavidDierickx DavidDierickx added the bug Something isn't working label Nov 2, 2022
@patrickcleeve2 patrickcleeve2 removed their assignment Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants