Skip to content
Snippets Groups Projects
Commit c86cde7e authored by Jameson Rollins's avatar Jameson Rollins
Browse files

fix matlab import error

closes #56
parent 449ef8b6
No related branches found
No related tags found
No related merge requests found
Pipeline #163908 passed
......@@ -376,7 +376,7 @@ class Struct(object):
base, ext = os.path.splitext(path)
if ext == '.m':
from ..gwinc_matlab import Matlab
from .gwinc_matlab import Matlab
matlab = Matlab()
matlab.addpath(os.path.dirname(path))
func_name = os.path.basename(base)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment