summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/test/test_Operator.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/test/test_Operator.py')
-rw-r--r--Wrappers/Python/test/test_Operator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/test/test_Operator.py b/Wrappers/Python/test/test_Operator.py
index 3372b9b..96c48da 100644
--- a/Wrappers/Python/test/test_Operator.py
+++ b/Wrappers/Python/test/test_Operator.py
@@ -494,12 +494,13 @@ class TestBlockOperator(unittest.TestCase):
print("Z1", Z1[0][1].as_array())
print("RES1", RES1[0][1].as_array())
def test_timedifference(self):
+
print ("test_timedifference")
M, N ,W = 100, 512, 512
ig = ImageGeometry(M, N, W)
arr = ig.allocate('random_int')
- G = Gradient(ig)
+ G = Gradient(ig, backend='numpy')
Id = Identity(ig)
B = BlockOperator(G, Id)