fix: Use model.schedule.steps -> mode._steps for batch_run#2183
fix: Use model.schedule.steps -> mode._steps for batch_run#2183
Conversation
|
Performance benchmarks:
|
EwoutH
left a comment
There was a problem hiding this comment.
Looks good, thanks!
Should we add a test case for this somewhere? Or add an example model to the CI that uses this?
|
@dylan-munson, could you install this branch and confirm it fixes your issue? |
|
Hi, I tried running the pip install command but received an error message that git checkout -q fix_batch_run did not run successfully, so I am unable to try. |
|
Sorry, I made a mistake somewhere and was actually able to install. This did indeed fix the problem, thank you! |
|
I will add a test case when I have the time. For now, this is a hotfix so that people's |
@dylan-munson thank you for testing. |
|
Do we need a backport to 2.3 branch and a new 2.3.x. patch release? |
|
Ah, right, for 2.3.x only, since the |
Addresses mesa/mesa-examples#126