-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create test suite for remap_restarts.py #267
Conversation
if __name__ == '__main__' : | ||
|
||
# test c24_to_c12 | ||
base_c12 = '/gpfsm/dnb32/wjiang/pl_c24Tc12' |
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.
I wonder if we should put these files/etc. used for the tests in our gmao_SIteam space? Then it's at least in a "generic" directory?
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.
Yes, eventually those hard coded path should be moved to somewhere before it is merged
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.
Reapprove!
Not sure what's going on with approvals. I'll superpower it in. |
This PR addresses issue #265. It can be merged independently upon PR #238 but would not work until #238 is merged