Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

Reloading fit results is slow #229

Open Jhsmit opened 3 years ago

Jhsmit commented 3 years ago

Performance is poor when using pyhdx.fileIO.load_fitresult to load a previous fit result.

This is because of the methods generate_output and estimate_errors are invoked, although this results are known so this is not strictly necessary.