From 3c915189009f22ba19590f3ea7dd6a5969ccc12e Mon Sep 17 00:00:00 2001 From: swedge Date: Mon, 24 Feb 2020 13:49:47 -0500 Subject: [PATCH] Fixes #1 --- gcwrap/python/scripts/tests/test_ia_subimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcwrap/python/scripts/tests/test_ia_subimage.py b/gcwrap/python/scripts/tests/test_ia_subimage.py index 3053cc6321..85280365f7 100644 --- a/gcwrap/python/scripts/tests/test_ia_subimage.py +++ b/gcwrap/python/scripts/tests/test_ia_subimage.py @@ -120,7 +120,7 @@ def test_stretch(self): myia.open(imname) zz = myia.subimage("", mask=mask3, stretch=True) zz.done() - self.asertTrue(False) + self.assertTrue(False) except: pass myia.done()