Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 8, 2024
1 parent ad3e59d commit 69a0525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scico/test/flax/test_inv.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def setup_method(self, method):
self.opCT = XRayTransform2D(
input_shape=(self.N, self.N),
det_count=self.N,
det_spacing=1.0,
angles=angles,
) # Radon transform operator
a_f = lambda v: jnp.atleast_3d(self.opCT(v.squeeze()))
Expand Down

0 comments on commit 69a0525

Please sign in to comment.