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
Fix bug in FunctionRunner function deserialisation
In h5py 3.0, all strings from datasets are returned as bytestrings:
h5py/h5py#1338
Luckily this isn't more of an issue throughout the labscript suite,
because we still have lots of code that is unassuming about string
datatypes due to the port from Python 2. But it will probably show up
elsewhere too.
0 commit comments