Skip to content

Commit bd6fc8f

Browse files
authored
printing in tests
1 parent 0b15d7f commit bd6fc8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_TextClip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def test_label_autosizing(util):
113113
first_column, last_column = (margin_frame[:, 0], margin_frame[:, -1])
114114

115115
# We add a bit of tolerance (about 1%) to account for possible rounding errors
116+
print (first_row, last_row, first_column, last_column)
116117
assert np.allclose(first_row, [0, 0, 0], rtol=0.01)
117118
assert np.allclose(last_row, [0, 0, 0], rtol=0.01)
118119
assert np.allclose(first_column, [0, 0, 0], rtol=0.01)

0 commit comments

Comments
 (0)