Skip to content

Commit

Permalink
Fix import errors in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Sep 10, 2024
1 parent 7acbaa4 commit 0b63130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scripts/ct_large_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import jax

from scico.examples import create_block_phantom
from scico.linop import XRayTransform3D
from scico.linop.xray import XRayTransform3D

N = 1000
num_views = 10
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/ct_projector_comparison_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import scico.linop.xray.astra as astra
from scico import plot
from scico.linop import XRayTransform2D
from scico.linop.xray import XRayTransform2D
from scico.util import Timer

"""
Expand Down

0 comments on commit 0b63130

Please sign in to comment.