Skip to content
Snippets Groups Projects
Commit 520e69e7 authored by Reimar H Leike's avatar Reimar H Leike
Browse files

bugfic

parent 352486dc
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,11 @@ class Consistency_Tests(unittest.TestCase):
dofdex = np.random.choice(np.arange(3), size=sp.shape)
dofdex = ift.Field.from_global_data(sp, dofdex)
op = ift.DOFDistributor(dofdex)
break
ift.extra.consistency_check(op, dtype, dtype)
return
except ValueError:
pass
ift.extra.consistency_check(op, dtype, dtype)
@expand(product(_h_spaces, [np.float64, np.complex128]))
def testPPO(self, sp, dtype):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment