angelolab / angelolab/maldi-tools
`peak_spectra` function should not save the computed peak after every iteration
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Currently, the `peak_spectra` function saves the intermediate data frame after every peak computation. This clogs up the process during the later peaks, since CSV writing gets slower as the data frame grows.
**Describe the solution you'd like**
Save at the end. If the process crashes, it's not a lot of work to re-run from the beginning.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.