Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f018207

Browse filesBrowse files
committed
change due to compact printing
1 parent 87f8714 commit f018207
Copy full SHA for f018207

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests/base/test_transforms2d.py

Copy file name to clipboardExpand all lines: tests/base/test_transforms2d.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.