Skip to content

Commit

Permalink
matlab_engine should not be cached
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 24, 2023
1 parent 1f7d038 commit 42756f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/matlab/matlab_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import matlab.engine


@functools.cache
def matlab_engine():
cwd = Path(__file__).parent
eng = matlab.engine.start_matlab("-nojvm")
Expand Down

0 comments on commit 42756f1

Please sign in to comment.