labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Moving `get_shot_globals` function from runmanager to labscript_utils. #94

Closed dihm closed 1 year ago

dihm commented 1 year ago

This will allow us to break lyse's dependency on runmanager., as described in labscript-suite/runmanager#98.

After this is merged, will need to

dihm commented 1 year ago

Doing some quick research, it appears that labscript_devices also shares this solitary dependancy as part of FunctionRunner.

This file also imports runmanger.remote and doesn't seem to do anything with it. But I'm not overly familiar with the remote APIs so maybe that is doing something meaningful on import that requires runmanger?