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
36640cc0
Commit
36640cc0
authored
May 22, 2018
by
Martin Reinecke
Browse files
remove print
parent
934f063a
Pipeline
#29555
passed with stages
in 3 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/field.py
View file @
36640cc0
...
...
@@ -704,7 +704,6 @@ class Field(object):
from
.sugar
import
sqrt
if
self
.
scalar_weight
(
spaces
)
is
not
None
:
return
self
.
_contraction_helper
(
'std'
,
spaces
)
print
(
self
.
var
(
spaces
))
return
sqrt
(
self
.
var
(
spaces
))
def
copy_content_from
(
self
,
other
):
...
...
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