Skip to content

Commit

Permalink
Just giving up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniedie committed Apr 16, 2021
1 parent b993e3b commit 3a491dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharedMATLABEngine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export @mat_str

function __init__()
copy!(matlab, pyimport_e("matlab"))
copy!(np, pyimport_conda("numpy", "numpy"))
copy!(np, pyimport_e("numpy"))
copy!(matlab_engine, pyimport_e("matlab.engine"))
end

Expand Down

0 comments on commit 3a491dd

Please sign in to comment.