Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Sep 10, 2024
1 parent 134bd8e commit af2c928
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scico/linop/xray/astra.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,11 @@ def __init__(
assert isinstance(det_count, (list, tuple))
self.input_shape: tuple = input_shape
self.vol_geom, self.proj_geom = self.create_astra_geometry(
input_shape, det_count, det_spacing=det_spacing, angles=angles, vectors=vectors
input_shape,
det_count,
det_spacing=det_spacing,
angles=self.angles,
vectors=self.vectors,
)

# Wrap our non-jax function to indicate we will supply fwd/rev mode functions
Expand Down

0 comments on commit af2c928

Please sign in to comment.