labscript-suite-temp-2 / lyse

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.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Exception when deleting shot from qt lyse #10

Closed philipstarkey closed 9 years ago

philipstarkey commented 9 years ago

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)

#!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'
philipstarkey commented 9 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Fix issue #10

→ \<\<cset b3381a7df51eed34ac97fbec008b057ec964a197>>