-
Notifications
You must be signed in to change notification settings - Fork 10
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
Regrid2#15 #120
Regrid2#15 #120
Conversation
Fix #15 |
@dnadeau4 opened or closed? It's not merged! |
I think my comment closed it by mistake. |
Please merge @doutriaux1 |
@@ -6,6 +6,7 @@ | |||
|
|||
import cdms2, numpy, os, sys | |||
import basetest | |||
import pdb |
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.
nope!
@@ -1,6 +1,6 @@ | |||
|
|||
import cdms2, numpy.ma, regrid2 as regrid, os, sys | |||
from regrid2 import Regridder | |||
from regrid2 import Horizontal |
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.
why did we change this? Shouldn't we have 2 tests?
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.
Because of this warning.
https://github.com/UV-CDAT/cdms/blob/master/regrid2/Lib/horizontal.py#L291-L294
Issue #5 and #15 are in this pull request.