glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

File handler not closed correctly when writing mzML file #222

Open joewandy opened 3 years ago

joewandy commented 3 years ago

This happens even after the notebook has finished running, and we try to open the mzML file.

image

Temporary solution is to restart the kernel, but it would be better to correctly close/release the file handler after we wrote the mzML file.