Skip to content
GitLab
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
585414a4
Commit
585414a4
authored
Apr 30, 2018
by
Martin Reinecke
Browse files
remove debug print
parent
4234baff
Pipeline
#28379
passed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/multi/multi_chain_operator.py
View file @
585414a4
...
...
@@ -23,7 +23,6 @@ class MultiChainOperator(MultiLinearOperator):
"""Class representing chains of multi-operators."""
def
__init__
(
self
,
ops
,
_callingfrommake
=
False
):
print
"CHAINOP"
if
not
_callingfrommake
:
raise
NotImplementedError
super
(
MultiChainOperator
,
self
).
__init__
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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