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
8b1c3069
Commit
8b1c3069
authored
Jan 27, 2017
by
Theo Steininger
Browse files
Added empty-tuple test.
parent
1f7e2321
Pipeline
#9756
failed with stage
in 33 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_field.py
View file @
8b1c3069
...
...
@@ -20,7 +20,7 @@ from test.common import expand
np
.
random
.
seed
(
123
)
SPACES
=
[
RGSpace
((
4
,),
dtype
=
np
.
float
),
RGSpace
((
5
),
dtype
=
np
.
complex
)]
SPACE_COMBINATIONS
=
[
SPACES
[
0
],
SPACES
[
1
],
SPACES
]
SPACE_COMBINATIONS
=
[
(),
SPACES
[
0
],
SPACES
[
1
],
SPACES
]
class
Test_Interface
(
unittest
.
TestCase
):
...
...
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