Skip to content

Commit

Permalink
revert b/c we are no longer using cftime
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 14, 2024
1 parent 4739f12 commit 36a83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ def test_check_time_coordinate(self):
dataset = MockTimeSeries()
# NB: >= 60 seconds is nonstandard, but isn't actually a CF requirement
# until CF 1.9 onwards
dataset.variables["time"].units = "months since 0-1-1 23:00:59"
dataset.variables["time"].units = "months since 0-1-1 23:00:60"
dataset.variables["time"].climatology = (
"nonexistent_variable_reference_only_used_to_test_year_zero_failure"
)
Expand Down

0 comments on commit 36a83ab

Please sign in to comment.