Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate joblib to implement some sort of caching between runs #73

Open
kaashmonee opened this issue Jul 5, 2019 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@kaashmonee
Copy link
Owner

kaashmonee commented Jul 5, 2019

Currently, to fit and debug100th spectrum, we have to wait for all the other spectra to be fit, which takes several seconds. However, we want to be able to cache these values so that subsequent runs are faster and we can debug the 100th much more quickly should we need to.

It seems that the joblib could be a good candidate to accomplish this goal.

@kaashmonee kaashmonee added the enhancement New feature or request label Jul 5, 2019
@kaashmonee kaashmonee self-assigned this Jul 5, 2019
@kaashmonee
Copy link
Owner Author

The current solution, which has been implemented in #76, is to save the pickled files and load them automatically, which seems to do the job. However, if the user quits the program in the middle, the data is not cached, and the next run the program will start over. This should still be implemented so this issue will remain open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant