wfondrie / mokapot

Fast and flexible semi-supervised learning for peptide detection in Python
https://mokapot.readthedocs.io
Apache License 2.0
40 stars 14 forks source link

Make Confidence objects picklable. #78

Closed wfondrie closed 1 year ago

wfondrie commented 1 year ago

I noticed that Confidence objects were not picklable due to their modified __getattr__() method. This PR now makes these objects use the parent __getattr__() method for all dunder methods (those with a __ prefix).