Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 21, 2024
1 parent 3d9b9d9 commit b4b6eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_get_fill_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

fill_val = np.array(9.9e31)

# test Variable.get_fill_value

class TestGetFillValue(unittest.TestCase):
def setUp(self):
self.testfile = tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name
Expand Down

0 comments on commit b4b6eee

Please sign in to comment.