cbrnr / sleepecg

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

Fix warnings #151

Closed cbrnr closed 1 year ago

cbrnr commented 1 year ago

Trying to fix all warnings that occur in our tests. Not yet fully done, I need to ignore more DeprecationWarnings (that's the best we can do because they occur in external packages).

cbrnr commented 1 year ago

OK, this is ready for review. @hofaflo do you think we should turn all warnings into errors now?

cbrnr commented 1 year ago

I think it's pretty safe to merge, so I'll go ahead and do that. We can always revert in another PR if you disagree.