-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
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
----------------------------------------------------------------------
Reactions are currently unavailable