Skip to content

Commit 40dadda

Browse files
committed
Fix astra_setup tests
1 parent 2742a97 commit 40dadda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odl/test/tomo/backends/astra_setup_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_astra_projection_geometry():
179179
# Parallel 2D geometry
180180
geom_p2d = odl.tomo.Parallel2dGeometry(apart, dpart)
181181
astra_geom = astra_projection_geometry(geom_p2d)
182-
if odl.tomo.astra_supports('par2d_vec_geometry'):
182+
if astra_supports('par2d_vec_geometry'):
183183
assert astra_geom['type'] == 'parallel_vec'
184184
else:
185185
assert astra_geom['type'] == 'parallel'

0 commit comments

Comments
 (0)