8000 remove runfile, spyder specific · RPellowski/spatialmath-python@0d5a72f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d5a72f

Browse files
committed
remove runfile, spyder specific
1 parent 722f845 commit 0d5a72f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spatialmath/pose3d.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,7 @@ def trans(cls, x = None, y = None, z = None):
708708
import pathlib
709709
import os.path
710710

711-
runfile(os.path.join(pathlib.Path(__file__).parent.absolute(), "test_pose3d.py") )
711+
#runfile(os.path.join(pathlib.Path(__file__).parent.absolute(), "test_pose3d.py") )
712+
713+
a = SE3()
714+
print(a)

0 commit comments

Comments
 (0)
0