Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
f2975f76
Commit
f2975f76
authored
Mar 09, 2020
by
Philipp Arras
Browse files
Catch one additional source of mistakes
parent
743e98c9
Pipeline
#70484
passed with stages
in 16 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty6/extra.py
View file @
f2975f76
...
...
@@ -143,7 +143,7 @@ def _performance_check(op, pos, raise_on_fail):
op
=
op
@
cop
op
(
pos
)
cond
=
[
cop
.
count
!=
1
]
lin
=
op
(
Linearization
.
make_var
(
pos
,
wm
))
lin
=
op
(
2
*
Linearization
.
make_var
(
pos
,
wm
))
cond
.
append
(
cop
.
count
!=
2
)
lin
.
jac
(
pos
)
cond
.
append
(
cop
.
count
!=
3
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment