-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add validation template to HYBRID repository #22
base: devel
Are you sure you want to change the base?
Conversation
@PaulTalbot-INL please have someone in the RAVEN team review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great work! There's just a few superficial adjustments to make to fit the SQA for HYBRID, and making sure that there's enough test coverage.
validationTemplate/src/ModelCalibrationTemplate/CalibrationTemplate.py
Outdated
Show resolved
Hide resolved
validationTemplate/src/ModelCalibrationTemplate/CalibrationTemplate.py
Outdated
Show resolved
Hide resolved
validationTemplate/src/ModelCalibrationTemplate/CalibrationTemplate.py
Outdated
Show resolved
Hide resolved
validationTemplate/src/ModelCalibrationTemplate/CalibrationTemplate.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the test folder can we make the paths relative so they will pass on a machine with Dymola access?
E.g. make a standard folder structure inside "validationTemplate" where the executables are and call to those folders in a relative sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few cleanup things in the Python, just HYBRID-specific SQA requirements.
The paths in the ini files is a bigger issue, and I don't know how you want to pursue solving them. I will note in HERON we allowed the user to use %HERON%
or something similar as a wildcard to start paths wherever HERON is installed, and navigate relative to that. Maybe this would work for this template as well?
Merging the RAVEN validation and calibration template with HYBRID.
The folder is organized as a RAVEN plugin.