> There seems to be a version dependency with the numpy.bool
Thanks for reporting this Jonas! I've just updated the code to reference `np.bool_`, which is present in all versions. We use `np.bool_`
elsewhere (e.g. in midas.event), but I mistakenly used `np.bool` in the sequencer.
I just tried some sequencer tests with 1.26.0 and 2.2.6 and they seem happy now.
Cheers,
Ben |