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?
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.
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?