Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
melonora committed Nov 8, 2024
1 parent c449f8d commit 0f0a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def verify_against_baseline(dataset_name, baseline_name, multiscale):
dt = xr.open_datatree(store, engine="zarr", mode="r")
xr.testing.assert_equal(dt.ds, multiscale.ds)
for scale in multiscale.children:
xr.testing.assert_equal(dt[scale].ds.compute(), multiscale[scale].ds.compute())
xr.testing.assert_equal(dt[scale].ds, multiscale[scale].ds)


def store_new_image(dataset_name, baseline_name, multiscale_image):
Expand Down

0 comments on commit 0f0a80d

Please sign in to comment.