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
Neel Shah
NIFTy
Commits
abeb1a45
Commit
abeb1a45
authored
May 19, 2020
by
Martin Reinecke
Browse files
adjust ChangeLog to changes
parent
98333117
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
abeb1a45
...
...
@@ -47,9 +47,9 @@ import numpy as np
dom = ift.UnstructuredDomain(5)
dtype = [np.float64, np.complex128][1]
invcov = ift.ScalingOperator(dom, 3)
e = ift.GaussianEnergy(mean=ift.from_random('normal',
dom,
dtype=dtype),
e = ift.GaussianEnergy(mean=ift.from_random(
dom,
'normal', dtype=dtype),
inverse_covariance=invcov)
pos = ift.from_random('normal',
dom,
dtype=np.complex128)
pos = ift.from_random(
dom,
'normal', dtype=np.complex128)
lin = e(ift.Linearization.make_var(pos, want_metric=True))
met = lin.metric
print(met)
...
...
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