alexenge / hu-neuro-pipeline

Single trial EEG pipeline at the Abdel Rahman Lab for Neurocognitive Psychology, Humboldt-Universität zu Berlin
https://hu-neuro-pipeline.readthedocs.io
MIT License
14 stars 3 forks source link

Support `pathlib.Path` for input files and output directories #155

Closed alexenge closed 7 months ago

alexenge commented 8 months ago

Apparently only strings work for now

This would involve updating the io functions to use Path() on the passed inputs and work from there