Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Jan 8, 2025
1 parent 4f5eead commit 322766f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ def test_patchwise_prediction():

# gridded predictions
assert [isinstance(ds, xr.Dataset) for ds in pred.values()]
# TODO come back to this, for artificial datasets here, shapes of predictions don't match inputs
for var_ID in pred:
assert_shape(
pred[var_ID]["mean"],
Expand Down

0 comments on commit 322766f

Please sign in to comment.