Skip to content

Commit

Permalink
Merge pull request #132 from ocefpaf/do_not_hardcode_fillvalue
Browse files Browse the repository at this point in the history
Don't hardcode fill_value
  • Loading branch information
ocefpaf authored Feb 4, 2025
2 parents e687523 + 7c6a860 commit dc8883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocean/cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class CFDataset(EnhancedDataset):

default_fill_value = -9999.9
default_fill_value = False
default_time_unit = 'seconds since 1990-01-01 00:00:00Z'

@classmethod
Expand Down

0 comments on commit dc8883f

Please sign in to comment.