Skip to content

Commit

Permalink
Avoid test failure on GPU device
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendt Wohlberg committed Sep 12, 2022
1 parent ba23421 commit 692fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/test/linop/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_crop_pad_adjoint(pad):
shape = (9, 10)
H = linop.Pad(shape, pad)
G = linop.Crop(pad, H.output_shape)
assert linop.valid_adjoint(H, G)
assert linop.valid_adjoint(H, G, eps=1e-6)


class SliceTestObj:
Expand Down

0 comments on commit 692fa07

Please sign in to comment.