From 0bad868e66827f94ae93a909dc8ea330a8540a11 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Mon, 6 Dec 2021 13:04:39 +0100
Subject: Fix test

---
 tests/python/test_rec_scaling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/python')

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))
-- 
cgit v1.2.3