cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Switch to src layout #219

Closed cbrnr closed 2 months ago

cbrnr commented 2 months ago

Maybe - probably - it will just work?

cbrnr commented 2 months ago

BTW, this has always been the case, so it's not something introduced with this PR...

cbrnr commented 2 months ago

I think the best way forward is to not bundle the tests with the package. Regarding the examples, I'm not sure what to do. The scripts to generate the built-in classifiers are pretty important, so I wonder if they should go into the package (but if so, where?). The benchmark could also go into a separate subpackage (e.g. sleepecg.benchmark), but then the question is how to configure it (since it currently uses a config.yml). @hofaflo do you have any opinion on this?