Skip to content

Commit

Permalink
Resolve test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 2, 2024
1 parent 5e06bc9 commit f4e9cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/test/linop/xray/test_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_apply():
def test_apply_adjoint():
im_shape = (12, 13)
num_angles = 10
x = jnp.ones(im_shape)
x = jnp.ones(im_shape, dtype=jnp.float32)

angles = jnp.linspace(0, jnp.pi, num=num_angles, endpoint=False)

Expand Down

0 comments on commit f4e9cce

Please sign in to comment.