Cambridge-ICCS / ONEFlux

Open Network-Enabled Flux processing pipeline
Other
0 stars 0 forks source link

Is there a way to get matlab engine 'open' for testing rather than restarting its instance each time #39

Closed dorchard closed 1 week ago

dorchard commented 1 month ago

If we could run matlab.engine in an 'online' mode then testing would be much faster than it currently is. Perhaps there is an option for this in the python interface library?

dorchard commented 1 month ago

It looks like we could do this by changing our matlab_engine fixture to not close things down but intstead to initialise the proxy/handler object then have this passable in the fixtures.