Skip to content

Commit d21c190

Browse files
authored
Merge pull request #80 from ecmwf/feature/optimise_polytope_extents
Feature/optimise polytope extents
2 parents 9e41b59 + 8ce60e5 commit d21c190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_slice_date_range_fdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def setup_method(self, method):
2727
def test_fdb_datacube(self):
2828
request = Request(
2929
Select("step", [0]),
30+
Select("number", [1]),
3031
Select("levtype", ["sfc"]),
3132
Span("date", pd.Timestamp("20230625T120000"), pd.Timestamp("20230626T120000")),
3233
Select("domain", ["g"]),

0 commit comments

Comments
 (0)