lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
25 stars 10 forks source link

Add pipeline version to the output generated by the pipeline. #154

Closed christian-oreilly closed 6 days ago

christian-oreilly commented 11 months ago

For reproducibility, the version of the pipeline should be added to the output of the pipeline. The functions applying the rejection policy should check if the user uses the same version and raise an error (that can be turned into a warning or muted through a function argument) if it is not the case.