Skip to content

Commit f018207

Browse files
committed
change due to compact printing
1 parent 87f8714 commit f018207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/base/test_transforms2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_print2(self):
6969

7070
s = trprint2(T, file=None)
7171
self.assertIsInstance(s, str)
72-
self.assertEqual(len(s), 36)
72+
self.assertEqual(len(s), 15)
7373

7474
def test_checks(self):
7575
# 2D case, with rotation matrix

0 commit comments

Comments
 (0)