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 21f7a4f

Browse filesBrowse files
committed
change name of new module to numeric,
clashed with function in quaternions.py
1 parent 2f4ef0a commit 21f7a4f
Copy full SHA for 21f7a4f

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
lines changed

‎spatialmath/base/__init__.py

Copy file name to clipboardExpand all lines: spatialmath/base/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from spatialmath.base.symbolic import * # lgtm [py/polluting-import]
1212
from spatialmath.base.animate import * # lgtm [py/polluting-import]
1313
from spatialmath.base.graphics import * # lgtm [py/polluting-import]
14-
from spatialmath.base.matrix import * # lgtm [py/polluting-import]
14+
from spatialmath.base.numeric import * # lgtm [py/polluting-import]
1515

1616
__all__ = [
1717
# spatialmath.base.argcheck
@@ -152,7 +152,7 @@
152152
'plot_sphere',
153153
'plot_ellipsoid',
154154
'isnotebook',
155-
# spatial.base.matrix
155+
# spatial.base.numeric
156156
'numjac',
157157

158158
]
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.