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
ce75341e
Commit
ce75341e
authored
Sep 27, 2015
by
Ultima
Browse files
fixed import in nifty_lm.py
parent
b978003d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lm/nifty_lm.py
View file @
ce75341e
...
...
@@ -52,8 +52,8 @@ from nifty.nifty_power_indices import lm_power_indices
from
nifty.nifty_random
import
random
gl
=
gdi
[
'libsharp_wrapper_gl'
]
hp
=
gdi
[
'healpy'
]
gl
=
gdi
.
get
(
'libsharp_wrapper_gl'
)
hp
=
gdi
.
get
(
'healpy'
)
LM_DISTRIBUTION_STRATEGIES
=
[]
GL_DISTRIBUTION_STRATEGIES
=
[]
...
...
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