jorge-ramirez-upm / RepTate

RepTate (Rheology of Entangled Polymers: Toolkit for Analysis of Theory & Experiment)
https://reptate.readthedocs.io/
GNU General Public License v3.0
25 stars 7 forks source link

Error when closing a theory #137

Closed vbdr closed 4 years ago

vbdr commented 4 years ago

Error when closing a theory tab in GUI RepTate.


Error Traceback: File "gui/QDataSet.py", line 745, in handle_thTabCloseRequested self.do_theory_delete(th_name) #call DataSet.do_theory_delete AttributeError: 'QDataSet' object has no attribute 'do_theory_delete'

jorge-ramirez-upm commented 4 years ago

Solved. I changed the names of the do_* functions in the CL version to simplify notation.