diff --git a/hysop/operator/tests/test_spectral_curl.py b/hysop/operator/tests/test_spectral_curl.py index 273719db8e87e5a5ecb460d76221c9fc387c1442..a5dcaf9155bdb60c64ed2b870ff4bf7e5de61630 100644 --- a/hysop/operator/tests/test_spectral_curl.py +++ b/hysop/operator/tests/test_spectral_curl.py @@ -264,7 +264,7 @@ class TestSpectralCurl(object): deps = int(npw.ceil(dinf/eps)) except: deps = 'inf' - if (deps < 10000) or True: + if (deps < 10000): print '{}eps, '.format(deps), continue