-
Notifications
You must be signed in to change notification settings - Fork 70
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
User messages and logging #73
Comments
This is an incremental development update for #73
@SenHuang19 I merged #272 and made some messaging and other clean up updates in 12cf85d. Can you make a PR to branch I also think there are improvements (additional checks or check modifications) that could be made on the input checking and error reporting for each 1. General
2. set_scenario
3. set_forecast_parameters
4. get_results
5. get_measurements
6. get_inputs
7. set_step
8. get_step
9. initialize
10. advance
|
Sure, will add unit tests and fix the issues above |
@SenHuang19 Ok thank you. |
@dhblum Dave, could you please take a look at the PR #436? I believe we have addressed your comments. We also create unit test scripts for the 400 errors. Noted that we made minor changes to the unit test script so that each tests are independent with each other. Let me know if the change makes sense to you. |
@SenHuang19 Great, thanks so much. I will review as soon as I can and let you know. |
Closed by #441. |
BOPTEST needs a mechanism(s) to communicate warnings, errors, and other information with the user. Perhaps this could be done though logging, API messages, or other UI tools.
The text was updated successfully, but these errors were encountered: