We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2742a97 commit 40daddaCopy full SHA for 40dadda
odl/test/tomo/backends/astra_setup_test.py
@@ -179,7 +179,7 @@ def test_astra_projection_geometry():
179
# Parallel 2D geometry
180
geom_p2d = odl.tomo.Parallel2dGeometry(apart, dpart)
181
astra_geom = astra_projection_geometry(geom_p2d)
182
- if odl.tomo.astra_supports('par2d_vec_geometry'):
+ if astra_supports('par2d_vec_geometry'):
183
assert astra_geom['type'] == 'parallel_vec'
184
else:
185
assert astra_geom['type'] == 'parallel'
0 commit comments