Skip to content

Commit

Permalink
[Update] Do not print out arrays.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gydo committed Sep 6, 2016
1 parent 290012d commit 16b36c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions powerfit/tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def test_rotate_grid3d(self):
answer[0, 2, 0] = 1
answer[0, -1, 0] = 1
answer[-1, 0, 0] = 1
print grid
print out
self.assertTrue(np.allclose(answer, out))


Expand Down

0 comments on commit 16b36c0

Please sign in to comment.