We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5630f75 commit 830af61Copy full SHA for 830af61
spm/__wrapper__/runtime.py
@@ -33,7 +33,7 @@ def _process_argin(*args, **kwargs):
33
34
@staticmethod
35
def _process_argout(res):
36
- return MatlabType.from_any(res)
+ return MatlabType._from_runtime(res)
37
38
39
def _import_initialize():
@@ -57,7 +57,7 @@ def _import_initialize():
57
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
print(Runtime._help)
59
raise e
60
-
+
61
# Make sure matlab is imported
62
_import_matlab()
63
@@ -69,4 +69,3 @@ def _import_initialize():
69
If the issue persists, please open an issue with the entire error
70
message at https://github.com/spm/spm-python/issues.
71
"""
72
0 commit comments