Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Oct 25, 2024
1 parent c81933c commit 60ea948
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 @@ -64,7 +64,7 @@ def test_aggregate_temporal(
)

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


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

0 comments on commit 60ea948

Please sign in to comment.