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
22f9278e
Commit
22f9278e
authored
Mar 20, 2016
by
theos
Browse files
Only global_type distribution strategies are valid for hp/lm/gl at init time.
parent
cbd33338
Changes
1
Hide whitespace changes
Inline
Side-by-side
lm/nifty_lm.py
View file @
22f9278e
...
...
@@ -58,9 +58,9 @@ from nifty.nifty_random import random
gl
=
gdi
.
get
(
'libsharp_wrapper_gl'
)
hp
=
gdi
.
get
(
'healpy'
)
LM_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'a
l
l'
]
GL_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'a
l
l'
]
HP_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'a
l
l'
]
LM_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'
glob
al'
]
GL_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'
glob
al'
]
HP_DISTRIBUTION_STRATEGIES
=
DISTRIBUTION_STRATEGIES
[
'
glob
al'
]
class
lm_space
(
point_space
):
...
...
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