We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf9198 commit ad2015dCopy full SHA for ad2015d
tests/test_dask_flood_mapper.py
@@ -52,12 +52,12 @@ def test_that_time_range_extension_for_harmonic_parameters():
52
time_range = "2022-10-11T05:25:26"
53
assert (
54
extent_range(initialize_catalog(), time_range)
55
- == "2019-10-11T05:25:27Z/2022-10-11T05:25:26Z"
+ == "2021-10-11T05:25:27Z/2022-10-11T05:25:26Z"
56
)
57
time_range = "2023-10-11/2023-10-25"
58
59
60
- == "2020-10-11T00:00:01Z/2023-10-25T23:59:59Z"
+ == "2022-10-11T00:00:01Z/2023-10-25T23:59:59Z"
61
62
63
0 commit comments