Skip to content
GitLab
Menu
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
7151efda
Commit
7151efda
authored
Aug 01, 2019
by
Philipp Arras
Browse files
Formatting
parent
7d518e49
Pipeline
#52965
passed with stages
in 8 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_representation.py
View file @
7151efda
...
...
@@ -57,8 +57,8 @@ def testOperatorCombinations(sp, dtype):
b
=
ift
.
DiagonalOperator
(
ift
.
Field
.
from_random
(
"normal"
,
sp
,
dtype
=
dtype
))
_check_repr
(
ift
.
SandwichOperator
.
make
(
a
,
b
))
_check_repr
(
a
(
b
))
_check_repr
(
a
+
b
)
_check_repr
(
a
-
b
)
_check_repr
(
a
+
b
)
_check_repr
(
a
-
b
)
_check_repr
(
a
*
b
)
_check_repr
(
a
**
2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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