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
547df672
Commit
547df672
authored
Apr 23, 2018
by
Martin Reinecke
Browse files
cosmetics
parent
fb1d4d77
Pipeline
#27845
passed with stages
in 26 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/library/krylov_sampling.py
View file @
547df672
...
...
@@ -32,7 +32,7 @@ def generate_krylov_samples(D_inv, S, j=None, N_samps=1, N_iter=10,
----------
D_inv : EndomorphicOperator
The curvature which will be the inverse of the covarianc
of the generated samples
of the generated samples
S : EndomorphicOperator (from which one can sample)
A prior covariance operator which is used to generate prior
samples that are then iteratively updated
...
...
nifty4/utilities.py
View file @
547df672
...
...
@@ -164,9 +164,8 @@ def nthreads():
if
nthreads
.
_val
is
None
:
import
os
nthreads
.
_val
=
int
(
os
.
getenv
(
"OMP_NUM_THREADS"
,
"1"
))
print
(
"value="
,
nthreads
.
_val
)
return
nthreads
.
_val
nthreads
.
_val
=
None
nthreads
.
_val
=
None
def
hartley
(
a
,
axes
=
None
):
...
...
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