lina-usc / pylossless

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

FIX: find breaks logging #120

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

the logging statement for find breaks is not positional, fixed to specify it as a keyword argument.

codecov[bot] commented 1 year ago

Codecov Report

Merging #120 (4db5348) into main (056b25a) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   22.65%   22.65%           
=======================================
  Files           7        7           
  Lines         565      565           
=======================================
  Hits          128      128           
  Misses        437      437           
Impacted Files Coverage Δ
pylossless/pipeline.py 18.58% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

scott-huberty commented 1 year ago

CodeCov is not picking up that we've added a test for the find_breaks func (the only function touched by this PR) but we've indeed added a test so I will merge end of day.

scott-huberty commented 1 year ago

Thanks for flagging the find breaks issue @Andesha , pushed a fix