From eade4cddb9c54bdfef4f89dd153e4e961e297ee1 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 13 Nov 2024 19:04:35 +0100 Subject: [PATCH] revert b/c we are no longer using cftime --- compliance_checker/tests/test_cf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compliance_checker/tests/test_cf.py b/compliance_checker/tests/test_cf.py index 5ae68f00..65088f84 100644 --- a/compliance_checker/tests/test_cf.py +++ b/compliance_checker/tests/test_cf.py @@ -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" )