Skip to content

Commit

Permalink
update with compute
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Dec 15, 2023
1 parent 0efba3d commit f13e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tape_tests/test_feature_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_otsu_with_ensemble_all_bands(dask_client):
result = ens.batch(
licu.OtsuSplit(),
band_to_calc=None,
)
).compute()

assert result.shape == (2, 4)
assert_array_equal(
Expand Down

0 comments on commit f13e3cd

Please sign in to comment.