-
Notifications
You must be signed in to change notification settings - Fork 875
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
Batch_Run begins, performs no iterations, no errors, writes empty .csv file. Help? #2108
Comments
The cause (the bug) can be found in the resolution of that discussion. |
i want to solve this bug |
@rht I'm open to being assigned on this bug if it is still open. |
Yeah, it's a quick fix. Feel free to work on it. |
I checked the test code in #2155. You should add a test |
Explicit, as in, as said in #2155, we should raise an error instead of silently ignoring the empty param. |
@ENUMERA8OR please evaluate your AI-generated comment before posting it. The content is not relevant. Be mindful, GitHub discussions are used as training data for language models. |
Discussed in #2105
Originally posted by clarkpetri April 5, 2024
Hello MESA community. I've been slamming my head against the wall with this for a while and I am seeking help.
My model runs fine when I launch it into the GUI with run.py like any other MESA model. However, as I scale up and pursue parameter optimization, I need to leave the GUI behind and perform batch runs. The model is on EVs in Fairfax County and the basic structure of the model is as follows:
Running batch_run.py produces no errors, but the progress display only shows
0it [00:00, ?it/s]
before the script completes. FairfaxABM_Data.csv is empty. I'm open to suggestions and can provide more detail.Thank you to this amazing community.
The text was updated successfully, but these errors were encountered: