-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fix hanging Hindcast tests #311
Merged
Merged
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2ccc286
Merge pull request #267 from MHKiT-Software/develop
ssolson ae6b715
assert to exception
ssolson 7614867
Revert "Ensure interpolation values are within range when sampling co…
ssolson d09e606
Merge branch 'master' of https://github.com/MHKiT-Software/MHKiT-Pyth…
ssolson 35a917c
Merge branch 'develop' of https://github.com/ssolson/MHKiT-Python int…
ssolson afd3171
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson 667a416
Merge branch 'develop' of https://github.com/ssolson/MHKiT-Python int…
ssolson 76cf500
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson e267aa0
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson 05916f5
Merge branch 'develop' of https://github.com/ssolson/MHKiT-Python int…
ssolson d906411
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson 915d99d
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson ecbc2fc
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson f1f8a24
checkout v4
ssolson 9bf60f8
path filters v3
ssolson 7c334e6
checkout v4
ssolson 93d0b4d
hindcast wave and wind tests as 2 steps
ssolson f1299cf
correct name to wind
ssolson 60aa4a8
small change to force hindcast tests to run
ssolson 0924d85
fix hindcast change path
ssolson b46b720
create 3 seperate cache jobs to adhere to 6 hour job limit
ssolson bd14353
upload and consolidate wave and wind data
ssolson da821c9
add install dependencies
ssolson 5850af0
non hindcast data does not need check-change job
ssolson cf4289c
use hindcast folder inside cache for consolidation
ssolson b0a5295
run on changes to the test as well
ssolson 936233b
artifact v4
ssolson 411a385
miniconda v3
ssolson bb1bcea
actions/setup-python@v5
ssolson 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 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 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.
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.
we should probably check for changes in both places: hindcast tests and the hindcast module itself
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.
Thanks I have been too lazy to investigate if I could just add the test line to the filters. Looks like I can.
I'll push the commit up after the current actions pass or fail.