Skip to content

Commit

Permalink
Merge pull request #80 from ecmwf/feature/optimise_polytope_extents
Browse files Browse the repository at this point in the history
Feature/optimise polytope extents
  • Loading branch information
mathleur authored Jan 9, 2024
2 parents 9e41b59 + 8ce60e5 commit d21c190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_slice_date_range_fdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def setup_method(self, method):
def test_fdb_datacube(self):
request = Request(
Select("step", [0]),
Select("number", [1]),
Select("levtype", ["sfc"]),
Span("date", pd.Timestamp("20230625T120000"), pd.Timestamp("20230626T120000")),
Select("domain", ["g"]),
Expand Down

0 comments on commit d21c190

Please sign in to comment.