We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e32b02 commit 73b875bCopy full SHA for 73b875b
tests/unit/test_ocean.py
@@ -345,7 +345,7 @@ def test_calculated_time_bnds_values_monthly_range(
345
},
346
)
347
348
- ds_no_time_bnds['time'].attrs['units'] = 'days since 1850-01-01'
+ ds_no_time_bnds["time"].attrs["units"] = "days since 1850-01-01"
349
350
with patch("access_moppy.ocean.Supergrid"):
351
with patch.object(CMIP6_CMORiser, "load_dataset", return_value=None):
0 commit comments