We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In testcase.py, the self.scenario_end is used to allow submission of results to the online dashboard. This flag is set to true at https://github.com/ibpsa/project1-boptest/blob/master/testcase.py#L360 upon a user's attempt to advance a simulation past the defined scenario time period. Instead, the flag should be set to true when the user reaches the end of the scenario time period, somewhere here https://github.com/ibpsa/project1-boptest/blob/master/testcase.py#L345, and not have to try another advance call. FYI @haraldwalnum.
testcase.py
self.scenario_end
The text was updated successfully, but these errors were encountered:
c3e0192
Closed by #566.
Sorry, something went wrong.
No branches or pull requests
In
testcase.py
, theself.scenario_end
is used to allow submission of results to the online dashboard. This flag is set to true at https://github.com/ibpsa/project1-boptest/blob/master/testcase.py#L360 upon a user's attempt to advance a simulation past the defined scenario time period. Instead, the flag should be set to true when the user reaches the end of the scenario time period, somewhere here https://github.com/ibpsa/project1-boptest/blob/master/testcase.py#L345, and not have to try another advance call. FYI @haraldwalnum.The text was updated successfully, but these errors were encountered: