missing_value attribute in file not respected when reading in #18
Comments
Where is test_tvariable.py? I cannot find it. |
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: |
dnadeau4
added a commit
that referenced
this issue
Oct 31, 2016
dnadeau4
added a commit
that referenced
this issue
Oct 31, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test_tvariable.py line 50
The text was updated successfully, but these errors were encountered: