Skip to content

Commit

Permalink
flake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 6, 2019
1 parent c3c3d03 commit cb53785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_translation():
points=points)

el2 = el.transform(x=1, y=2, z=-3)
assert np.all(el2.points[0] == [1 ,2, -3])
assert np.all(el2.points[0] == [1, 2, -3])


if __name__ == "__main__":
Expand Down

0 comments on commit cb53785

Please sign in to comment.