Skip to content
Snippets Groups Projects
Commit 97136a3f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'master' into 'master'

Floating point numbers are good for nothing

See merge request !31
parents 0478c7c2 0c6089a0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment