Skip to content
Snippets Groups Projects
Commit ba4be18f authored by René Heß's avatar René Heß
Browse files

[Bugfix] Visit whole tree in test_diagonal_jacobian

parent 44b4718e
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,8 @@ class DiagonalJITTester(MultiFunction):
p, i = o.ufl_operands
if isinstance(p, JacobianInverse):
assert i[0] == i[1]
else:
self.call(p)
def test_diagonal_jacobian(e):
......
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