Skip to content

Commit

Permalink
Do NOT search on T00:00:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Dec 16, 2024
1 parent bcf0112 commit e52d5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_timeseries_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ConceptConfig:
concept_id="C2036881735-POCLOUD",
resolution_meters=28000,
backend="xarray",
start_datetime=datetime(2010, 1, 1),
start_datetime=datetime(2010, 1, 1, hour=0, minute=0, second=1),
step="P1D",
temporal_mode=TemporalMode.point,
zarr_params=ZarrParams(variable="analysed_sst"),
Expand All @@ -48,7 +48,7 @@ class ConceptConfig:
concept_id="C1996881146-POCLOUD",
resolution_meters=1000,
backend="xarray",
start_datetime=datetime(2010, 1, 1),
start_datetime=datetime(2010, 1, 1, hour=0, minute=0, second=1),
step="P1D",
temporal_mode=TemporalMode.point,
zarr_params=ZarrParams(variable="analysed_sst"),
Expand Down

0 comments on commit e52d5b2

Please sign in to comment.