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
77692410
Commit
77692410
authored
Jun 07, 2021
by
Jakob Knollmüller
Browse files
fix imports
parent
29334bdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_diagonal_selector.py
View file @
77692410
...
...
@@ -20,7 +20,7 @@ from numpy.testing import assert_allclose
import
nifty7
as
ift
from
...
nifty7.library.variational_models
import
DiagonalSelector
from
nifty7.library.variational_models
import
DiagonalSelector
def
test_diagonal_selector
():
...
...
test/test_operators/test_gaussian_entropy.py
View file @
77692410
...
...
@@ -20,7 +20,7 @@ from numpy.testing import assert_allclose
import
nifty7
as
ift
from
...
nifty7.library.variational_models
import
GaussianEntropy
from
nifty7.library.variational_models
import
GaussianEntropy
def
test_gaussian_entropy
():
...
...
test/test_operators/test_lower_triangular_inserter.py
View file @
77692410
...
...
@@ -20,7 +20,7 @@ from numpy.testing import assert_allclose
import
nifty7
as
ift
from
...
nifty7.library.variational_models
import
LowerTriangularInserter
from
nifty7.library.variational_models
import
LowerTriangularInserter
def
test_lower_triangular_inserter
():
...
...
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