We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_tvariable.py line 50
The text was updated successfully, but these errors were encountered:
Where is test_tvariable.py? I cannot find it.
Sorry, something went wrong.
hum... not sure...
It seems that when we create a variable with subRegion, the missing_value is reset to 1.e20
(Pdb) v.subRegion((366., 731., 'ccn'), (-42., 42., 'ccn'), (90., 270.)).getMissing() 1e+20 (Pdb) v.getMissing() -99.9
BTW, this is a new test created by @chaosphere2112 the file is here: https://github.com/UV-CDAT/cdms/blob/master/Test/test_tvariable.py
fix #18 tvariable missingvalue copy issue in subRegion
9f4f48a
b465d21
d6e3fe2
dnadeau4
No branches or pull requests
test_tvariable.py line 50
The text was updated successfully, but these errors were encountered: