Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Oct 25, 2024
1 parent 44b0d69 commit 0aa7ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def aggregate_temporal(
)
t = temporal_dims[0]

intervals_np = np.array(intervals, dtype=np.datetime64).astype("float")
intervals_np = np.array(intervals, dtype=np.datetime64).astype(float)
intervals_flat = np.reshape(
intervals_np, np.shape(intervals_np)[0] * np.shape(intervals_np)[1]
)
Expand Down

0 comments on commit 0aa7ca3

Please sign in to comment.