mcyc / crispy

Computational Ridge Identification with SCMS for Python
GNU General Public License v3.0
9 stars 2 forks source link

Ability to save unconverged runs #11

Closed mcyc closed 1 year ago

mcyc commented 1 year ago

The package can use the ability to save an unconverged run and resume that run later using the saved results.

mcyc commented 1 year ago

The ability to read and write the converged and uncovered walkers has been implemented in e7b4bd65765e89fbfc7459a46f474260d2692525 of the unconverged_save branch. The e607ef2d1ebc9241856dfd2d4e0ef9198c7472d1 commit to the same branch further enables image_ridge_find to take user-provided walkers.

mcyc commented 1 year ago

The implementation of these features is now merged to the master branch in 54fc7132ebaca8c6dcb77d479337dd1fd0eccb65.