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
FSL
fslpy
Commits
97136a3f
Commit
97136a3f
authored
Jul 14, 2017
by
Paul McCarthy
🚵
Browse files
Merge branch 'master' into 'master'
Floating point numbers are good for nothing See merge request !31
parents
0478c7c2
0c6089a0
Pipeline
#779
passed with stages
in 33 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_transform.py
View file @
97136a3f
...
...
@@ -149,8 +149,8 @@ def test_compose_and_decompose():
of
=
np
.
array
(
of
)
rot
=
np
.
array
(
rot
)
assert
np
.
all
(
sc
==
[
1
,
1
,
1
])
assert
np
.
all
(
of
==
[
0
,
0
,
0
])
assert
np
.
all
(
np
.
isclose
(
sc
,
[
1
,
1
,
1
])
)
assert
np
.
all
(
np
.
isclose
(
of
,
[
0
,
0
,
0
])
)
assert
np
.
all
(
np
.
isclose
(
rot
,
rots
))
...
...
Write
Preview
Supports
Markdown
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