summaryrefslogtreecommitdiffstats
path: root/tests/python/test_rec_scaling.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/test_rec_scaling.py')
-rw-r--r--tests/python/test_rec_scaling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/test_rec_scaling.py b/tests/python/test_rec_scaling.py
index a20aacb..4567d5d 100644
--- a/tests/python/test_rec_scaling.py
+++ b/tests/python/test_rec_scaling.py
@@ -137,7 +137,7 @@ class TestRecScale(unittest.TestCase):
def single_test_adjoint3D(self, geom_type, proj_type):
for vg in VolumeGeometries(True, True):
- for pg in ProjectionGeometries(geom_type):
+ for pg in ProjectionGeometries(geom_type, False):
for i in range(5):
X = np.random.random(astra.geom_size(vg))
Y = np.random.random(astra.geom_size(pg))