lina-usc / pylossless

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

Implementation tutorial #148

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

Fixes #147

And this starts the work on documenting the implementation of each lossless step (with associated figures and demonstration with python code).

codecov[bot] commented 1 year ago

Codecov Report

Merging #148 (41f8ba8) into main (0927ded) will increase coverage by 3.26%. Report is 1 commits behind head on main. The diff coverage is 97.56%.

@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
+ Coverage   68.33%   71.60%   +3.26%     
==========================================
  Files          14       18       +4     
  Lines         960     1074     +114     
==========================================
+ Hits          656      769     +113     
- Misses        304      305       +1     
Files Coverage Δ
pylossless/__init__.py 100.00% <100.00%> (ø)
pylossless/dash/__init__.py 100.00% <100.00%> (ø)
pylossless/datasets/__init__.py 100.00% <100.00%> (ø)
pylossless/datasets/simulated.py 100.00% <100.00%> (ø)
pylossless/pipeline.py 74.34% <100.00%> (+1.63%) :arrow_up:
pylossless/utils/__init__.py 100.00% <100.00%> (ø)
pylossless/utils/_utils.py 100.00% <ø> (ø)
pylossless/utils/html.py 95.83% <95.83%> (ø)
pylossless/flagging.py 64.78% <71.42%> (+0.50%) :arrow_up:

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

scott-huberty commented 1 year ago

Self merging since this mainly aesthetic (tutorial) and fixes the CI's.