-
Notifications
You must be signed in to change notification settings - Fork 0
Expanded Testing Capabilities to support GLWACSO Test Case #46
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
Conversation
Fetch upstream commits into `wq-updates-tmr` to squash merge conflicts
Testing against HSPF still ongoing
Pull in latest WQ update into testing branch for more up to date comparision
These files are too large to commit to the repo, so for the time being we'll gitignore them to keep them for interfering with commits.
Replaces regression_base run_one_test method with methods that single responsibility Introduces multithreading support
|
Latest round of commits restructures the core RegressTest class to make it more performant and easier to maintain and extend in the future. Summary of updates include:
|
Update testing branch with latest model code.
|
@tredder75 @aufdenkampe |
develop
respec/HSPsquared#61
Problem:
The current testing infrastructure for comparison with HSPF and HSP2 consists of the single test10 scenario. With the addition of the water quality modules (reference PR #39), the testing scenarios should be expanded to include models which utilize the water quality features.
Solution:
This branch makes minor tweaks to the existing unit testing class developed by @tong.zhai to support the GLSACSO test case.
Testing:
The revised test class was executed for the GLWACSO scenario to confirm that a test_report_conversion.html document would be correctly generated.
Addresses: