Skip to content

Commit e94cc94

Browse files
committed
add path_to_datafile
1 parent 703ef81 commit e94cc94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roboticstoolbox/tools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from roboticstoolbox.tools.numerical import jacobian_numerical, \
88
hessian_numerical
99
from roboticstoolbox.tools.jsingu import jsingu
10-
from roboticstoolbox.tools.data import loaddata, loadmat
10+
from roboticstoolbox.tools.data import loaddata, loadmat, path_to_datafile
1111

1212

1313
__all__ = [
@@ -26,4 +26,5 @@
2626
'hessian_numerical',
2727
'loaddata',
2828
'loadmat',
29+
'path_to_datafile',
2930
]

0 commit comments

Comments
 (0)