File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
labscript_devices/FunctionRunner Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414from time import monotonic
1515import numpy as np
1616import labscript_utils .h5_lock
17+ from labscript_utils .shot_utils import get_shot_globals
1718import h5py
1819from blacs .tab_base_classes import Worker
19- import runmanager
2020import runmanager .remote
2121from zprocess import rich_print
2222from .utils import deserialise_function
@@ -48,7 +48,7 @@ class ShotContext(object):
4848 def __init__ (self , h5_file , device_name ):
4949 self .h5_file = h5_file
5050 self .device_name = device_name
51- self .globals = runmanager . get_shot_globals (h5_file )
51+ self .globals = get_shot_globals (h5_file )
5252
5353
5454class FunctionRunnerWorker (Worker ):
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ install_requires =
3232 runmanager>=3.0.0
3333 importlib_metadata
3434 labscript>=3.0.0
35- labscript_utils>=3.0 .0
35+ labscript_utils>=3.3 .0
3636 numpy>=1.15.1
3737 pillow
3838 tqdm
You can’t perform that action at this time.
0 commit comments