You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Running automation workflows (gettraces and autotraces) in separate MATLAB instances may not work correctly. For example, autotrace may try to load a .rawtraces file before it has completed saving by gettraces in the other MATLAB session.
Workaround: Run all automation workflows in a single MATLAB session.
Development ideas:
autotrace could check multiple times to see if file size is changing before opening
gettraces could save the .rawtraces file with a temporary name and then rename when finished. Similar to what FlashGordon already does.
The text was updated successfully, but these errors were encountered:
The specific error is below. The rawtraces file can be read by autotrace before it is finished saving. loadTraces sees a valid file until it reaches the metadata, where the file ends abruptly.
Description: Running automation workflows (gettraces and autotraces) in separate MATLAB instances may not work correctly. For example, autotrace may try to load a .rawtraces file before it has completed saving by gettraces in the other MATLAB session.
Workaround: Run all automation workflows in a single MATLAB session.
Development ideas:
The text was updated successfully, but these errors were encountered: