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
33060bbe
Commit
33060bbe
authored
Nov 27, 2018
by
Philipp Arras
Browse files
Merge branch 'NIFTy_5' into ducktape
parents
b119b9b7
e7c025ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/adjust_variances.py
View file @
33060bbe
...
...
@@ -100,7 +100,7 @@ def do_adjust_variances(position,
s_h_old
=
(
a
*
xi
).
force
(
position
)
position
=
position
.
to_dict
()
position
[
'
xi
'
]
=
s_h_old
/
a
(
e
.
position
)
position
[
xi
_key
]
=
s_h_old
/
a
(
e
.
position
)
position
=
MultiField
.
from_dict
(
position
)
position
=
MultiField
.
union
([
position
,
e
.
position
])
...
...
Write
Preview
Supports
Markdown
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