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
316da9a2
Commit
316da9a2
authored
Sep 03, 2017
by
Martin Reinecke
Browse files
bug fix
parent
de97de56
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty2go/spaces/hp_space/hp_space.py
View file @
316da9a2
...
...
@@ -136,7 +136,7 @@ class HPSpace(Space):
def
get_default_codomain
(
self
):
from
..
import
LMSpace
return
LMSpace
(
lmax
=
2
*
domain
.
nside
)
return
LMSpace
(
lmax
=
2
*
self
.
nside
)
def
check_codomain
(
self
,
codomain
):
from
..
import
LMSpace
...
...
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