Mentioned in Pyjibe here (AFM-analysis/PyJibe#43 (comment)), the rating display in pyjibe changes after clicking in this scenario:
- I click "Apply Model and Fit All". It works as expected.
- I click on individual curves (files) and the displayed rating value changes.
This seems like a bug. It only happens (afaik) with the KVM extension model.
Todo:
Mentioned in Pyjibe here (AFM-analysis/PyJibe#43 (comment)), the rating display in pyjibe changes after clicking in this scenario:
This seems like a bug. It only happens (afaik) with the KVM extension model.
Todo:
main.UiForceDistance.on_fit_allandmain.UiForceDistance.on_curve_listdo the same thing. At the moment,on_fit_alldoes not runself.tab_fit.fit_update_parameters(fdist), which I guess it should.