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
0a9153e1
Commit
0a9153e1
authored
Sep 03, 2017
by
Martin Reinecke
Browse files
nifty->nifty2go
parent
a40cbebf
Changes
144
Show whitespace changes
Inline
Side-by-side
test/test_spaces/test_interface.py
View file @
0a9153e1
...
...
@@ -24,7 +24,7 @@ from itertools import product
from
types
import
LambdaType
from
test.common
import
expand
,
generate_spaces
,
generate_harmonic_spaces
from
nifty.spaces
import
*
from
nifty
2go
.spaces
import
*
class
SpaceInterfaceTests
(
unittest
.
TestCase
):
...
...
test/test_spaces/test_lm_space.py
View file @
0a9153e1
...
...
@@ -22,7 +22,7 @@ import numpy as np
from
numpy.testing
import
assert_
,
assert_equal
,
assert_raises
,
\
assert_almost_equal
,
assert_array_almost_equal
from
nifty
import
LMSpace
from
nifty
2go
import
LMSpace
from
test.common
import
expand
# [lmax, expected]
...
...
test/test_spaces/test_power_space.py
View file @
0a9153e1
...
...
@@ -23,7 +23,7 @@ import numpy as np
from
numpy.testing
import
assert_
,
assert_equal
,
assert_almost_equal
,
\
assert_raises
from
nifty
import
PowerSpace
,
RGSpace
,
Space
,
LMSpace
from
nifty
2go
import
PowerSpace
,
RGSpace
,
Space
,
LMSpace
from
test.common
import
expand
,
marco_binbounds
from
itertools
import
product
,
chain
...
...
test/test_spaces/test_rg_space.py
View file @
0a9153e1
...
...
@@ -23,7 +23,7 @@ import numpy as np
from
numpy.testing
import
assert_
,
assert_equal
,
assert_almost_equal
,
\
assert_array_equal
from
nifty
import
RGSpace
from
nifty
2go
import
RGSpace
from
test.common
import
expand
from
itertools
import
product
from
nose.plugins.skip
import
SkipTest
...
...
Prev
1
…
4
5
6
7
8
Next
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