-
Notifications
You must be signed in to change notification settings - Fork 530
Consolidate regression test baseline set #1217
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
84addf3
Clean up in rtestlib
rafmudaf fa66d5b
Determine passing channels instead of norms
rafmudaf b2b3d5c
Plot pass/fail boundary in error plot
rafmudaf 22e8395
Unify baselines
rafmudaf 68ed80a
Update reg test driver scripts
rafmudaf acf2c89
Update reg test plotting - bug fixes, Bokeh 2.4
rafmudaf 2d75a72
Expand precision for BeamDyn and SubDyn module tests
rafmudaf c70fb2b
Mark channels with nan or inf as failing
rafmudaf df1cc9e
Add a no-run flag to CTest options
rafmudaf 0b76b44
Add fpic compiler flag for C targets
rafmudaf 7c2215b
IfW Driver: Fix output headers and column fmt
rafmudaf 761ef68
HD: add precision and update Python driver scripts
rafmudaf abcdb12
Test ascii output silently
rafmudaf ccaabe4
Add more precision to SubDyn tests
rafmudaf 8a59edd
Update a few HD cases to use RANLUX pRNG
rafmudaf d1daab1
Make atol a function of the magnitude of the data
rafmudaf 35387f7
Rename openfast library ctest function
rafmudaf ff1cf54
Set ctest driver paths based on system type
rafmudaf 0ffbe85
Add a ctest label for fastlib cases
rafmudaf 0d8762b
Add HD module test for OC4 jacket
rafmudaf e46cbaa
Connect tolerance parameters through CMake
rafmudaf 705bf08
Disable consistently inconsistent test cases
rafmudaf 92ddaf3
Bug fix in finding the channel order of magnitude
rafmudaf 134959c
Add legend to error plots
rafmudaf 783925f
Revert path changes (see #1021)
rafmudaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Good catch. This error never occurred in the test cases, so it never got triggered. I have a few other revisions to make to this file, so I'll correct it then.