You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fill_value is not retain when writing a variable to a file.
======================================================================
FAIL: testWriteFillValue (__main__.TestFillValueWrite)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_fillvalue.py", line 60, in testWriteFillValue
self.assertTrue(all([v == 1.33 for v in (m.fill_value, m._FillValue, m.missing_value)]))
AssertionError: False is not true
----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
fill_value is not retain when writing a variable to a file.
The text was updated successfully, but these errors were encountered: