ebachelet / pyLIMA

GNU General Public License v3.0
31 stars 8 forks source link

Saving locally the "fit" object (not just the output) #51

Open petro121 opened 2 years ago

petro121 commented 2 years ago

Users may need to save the resulting "fit" object (not just the output in html, pdf or other format) locally on their machine (for example, to perform their own visualizations later). For now it is possible only to locally save the MCMC chains. However, if you need the "fit" object after you finished your session, you need to rerun the whole fit, which may take quite a while to be calculated, if the fit is complex.

Maybe this will be of use: https://stackoverflow.com/questions/4529815/saving-an-object-data-persistence