Skip to content

Commit 393b089

Browse files
committed
merge conflict test
1 parent 76ac0b8 commit 393b089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def test_downsample(res):
589589
# Confirm the pixel size is scaled
590590
np.testing.assert_approx_equal(
591591
result.pixel_size,
592-
vols.pixel_size * res / ds_res,
592+
vols.pixel_size * og_res / ds_res,
593593
err_msg="Incorrect pixel size.",
594594
)
595595

0 commit comments

Comments
 (0)