Skip to content

Commit

Permalink
add aggregate-temporal-period options
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Nov 5, 2024
1 parent 1af972a commit 4294989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_aggregate_temporal_period(
)

assert len(output_cube.t) == expected
assert isinstance(output_cube.t.values[0], np.datetime64)
assert type(output_cube.t.values[0]) in [str, np.datetime64]


@pytest.mark.parametrize("size", [(6, 5, 4, 4)])
Expand Down

0 comments on commit 4294989

Please sign in to comment.