Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
William Silversmith committed Jun 22, 2024
1 parent 55b7398 commit d0ac48a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions automated_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@ def test_statistics_2d(order):
assert np.all(np.isclose(stats["centroids"][1,:], [14.5,14.5]))
assert np.all(np.isclose(stats["centroids"][2,:], [44.5,44.5]))

print(stats["bounding_boxes"])

assert np.all(stats["bounding_boxes"][0] == (slice(0,123), slice(0,128)))
assert np.all(stats["bounding_boxes"][1] == (slice(10,20), slice(10,20)))
assert np.all(stats["bounding_boxes"][2] == (slice(40,50), slice(40,50)))
Expand Down

0 comments on commit d0ac48a

Please sign in to comment.