Skip to content
Snippets Groups Projects
Commit 6df3bfe2 authored by Lukas Platz's avatar Lukas Platz
Browse files

fix performance test applicability for operators with limited domain

parent 4772fce8
No related branches found
No related tags found
1 merge request!635Fix performance test applicability for operators with limited domain
Pipeline #102978 passed
......@@ -270,7 +270,7 @@ def _performance_check(op, pos, raise_on_fail):
myop = op @ cop
myop(pos)
cond = [cop.count != 1]
lin = myop(2*Linearization.make_var(pos, wm))
lin = myop(Linearization.make_var(pos, wm))
cond.append(cop.count != 2)
lin.jac(pos)
cond.append(cop.count != 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment