Replies: 1 comment
-
Howdy Chris, thanks for sharing this info. I'll take a look at this soon. I've not run this code since the upgrade to BSK2, so I appreciate your feedback. Blue Skies, Hanspeter Schaub |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We've discovered a bug in BSK where, if running a single run Monte Carlo, the result of the run is not checked. Specifically, line 633 of
Controller.py
should check the result of that run and append it to the failed runs if there was a failure.Here's an example fix with the "try/except/else" syntax, provided as a patch:
Best,
Chris
Beta Was this translation helpful? Give feedback.
All reactions