lyse is an analysis framework. It coordinates the running of python analysis scripts on experiment data as it becomes availiable, updating plots in real time.
I get a popup with the following exception when deleting a shot from lyse (fresh install on 64 bit Windows)
#!python
Traceback (most recent call last):
File "C:\labscript_suite\lyse\__main__.py", line 1154, in on_remove_selection
self.update_select_all_checkstate()
AttributeError: 'DataFrameModel' object has no attribute 'update_select_all_checkstate'
Original report (archived issue) by Shaun Johnstone (Bitbucket: shjohnst, GitHub: shjohnst).
I get a popup with the following exception when deleting a shot from lyse (fresh install on 64 bit Windows)