Skip to content

Commit

Permalink
close file
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 21, 2024
1 parent d740b0a commit f50a70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_get_fill_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def runTest(self):
# _FillValue attribute is set.
v = f['float_var']
assert_array_equal(fill_val, v.get_fill_value())
f.close()

if __name__ == '__main__':
unittest.main()

0 comments on commit f50a70d

Please sign in to comment.