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
Neel Shah
NIFTy
Commits
3d102cc8
Commit
3d102cc8
authored
May 23, 2016
by
theos
Browse files
Removed regression keyword from calc_power in hp_space.
parent
c13577e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lm/nifty_lm.py
View file @
3d102cc8
...
...
@@ -2081,7 +2081,7 @@ class hp_space(space):
if
(
self
.
discrete
):
x
=
self
.
calc_weight
(
x
,
power
=-
0.5
)
## power spectrum
return
hp
.
anafast
(
x
,
map2
=
None
,
nspec
=
None
,
lmax
=
3
*
self
.
para
[
0
]
-
1
,
mmax
=
3
*
self
.
para
[
0
]
-
1
,
iter
=
kwargs
.
get
(
"iter"
,
self
.
niter
),
alm
=
False
,
pol
=
True
,
use_weights
=
False
,
regression
=
False
,
datapath
=
None
)
return
hp
.
anafast
(
x
,
map2
=
None
,
nspec
=
None
,
lmax
=
3
*
self
.
para
[
0
]
-
1
,
mmax
=
3
*
self
.
para
[
0
]
-
1
,
iter
=
kwargs
.
get
(
"iter"
,
self
.
niter
),
alm
=
False
,
pol
=
True
,
use_weights
=
False
,
datapath
=
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