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
9b47dc10
Commit
9b47dc10
authored
Jun 11, 2021
by
Philipp Arras
Browse files
nifty7 -> nifty8
parent
3a83451d
Changes
95
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_representation.py
View file @
9b47dc10
...
...
@@ -18,7 +18,7 @@
import
numpy
as
np
import
pytest
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
list2fixture
,
setup_function
,
teardown_function
...
...
test/test_operators/test_selection_operators.py
View file @
9b47dc10
...
...
@@ -20,8 +20,8 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_allclose
,
assert_array_equal
import
nifty
7
as
ift
from
nifty
7
.extra
import
check_linear_operator
import
nifty
8
as
ift
from
nifty
8
.extra
import
check_linear_operator
from
..common
import
list2fixture
,
setup_function
,
teardown_function
...
...
test/test_operators/test_simplification.py
View file @
9b47dc10
...
...
@@ -17,8 +17,8 @@
from
numpy.testing
import
assert_allclose
,
assert_raises
import
nifty
7
as
ift
from
nifty
7
.operators.simplify_for_const
import
ConstantOperator
import
nifty
8
as
ift
from
nifty
8
.operators.simplify_for_const
import
ConstantOperator
def
test_simplification
():
...
...
test/test_operators/test_smoothing_operator.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_allclose
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
list2fixture
,
setup_function
,
teardown_function
...
...
test/test_operators/test_value_inserter.py
View file @
9b47dc10
...
...
@@ -18,7 +18,7 @@
import
numpy
as
np
import
pytest
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_operators/test_vdot_operator.py
View file @
9b47dc10
...
...
@@ -18,7 +18,7 @@
import
numpy
as
np
from
numpy.testing
import
assert_allclose
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_plot.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ from itertools import count
import
numpy
as
np
import
nifty
7
as
ift
import
nifty
8
as
ift
from
.common
import
setup_function
,
teardown_function
...
...
test/test_random.py
View file @
9b47dc10
...
...
@@ -17,7 +17,7 @@
import
numpy
as
np
import
nifty
7
as
ift
import
nifty
8
as
ift
def
check_state_back_to_orig
():
...
...
test/test_spaces/test_gl_space.py
View file @
9b47dc10
...
...
@@ -21,7 +21,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_almost_equal
,
assert_equal
,
assert_raises
from
nifty
7
import
GLSpace
,
myassert
from
nifty
8
import
GLSpace
,
myassert
from
..common
import
setup_function
,
teardown_function
...
...
test/test_spaces/test_hp_space.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_almost_equal
,
assert_equal
,
assert_raises
from
nifty
7
import
HPSpace
,
myassert
from
nifty
8
import
HPSpace
,
myassert
from
..common
import
setup_function
,
teardown_function
...
...
test/test_spaces/test_interface.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ from types import LambdaType
import
pytest
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_spaces/test_lm_space.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_allclose
,
assert_equal
,
assert_raises
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_spaces/test_power_space.py
View file @
9b47dc10
...
...
@@ -21,7 +21,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_allclose
,
assert_equal
,
assert_raises
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_spaces/test_rg_space.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_allclose
,
assert_equal
import
nifty
7
as
ift
import
nifty
8
as
ift
from
..common
import
setup_function
,
teardown_function
...
...
test/test_sugar.py
View file @
9b47dc10
...
...
@@ -19,7 +19,7 @@ import numpy as np
import
pytest
from
numpy.testing
import
assert_equal
import
nifty
7
as
ift
import
nifty
8
as
ift
from
.common
import
setup_function
,
teardown_function
...
...
Prev
1
2
3
4
5
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