Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
e5904bee
Commit
e5904bee
authored
May 18, 2020
by
Vincent Eberle
Browse files
Test compatibility HPSpaces
parent
e9cec08f
Pipeline
#75122
passed with stages
in 25 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_field.py
View file @
e5904bee
...
...
@@ -167,6 +167,9 @@ def test_integrate():
res3
=
m
.
integrate
()
res4
=
m
.
s_integrate
()
assert_allclose
(
res3
.
val
,
res4
)
dom
=
ift
.
HPSpace
(
3
)
assert_allclose
(
ift
.
full
(
dom
,
1
).
s_integrate
(),
4
*
np
.
pi
)
def
test_dataconv
():
s1
=
ift
.
RGSpace
((
10
,))
...
...
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