cortex-lab / phylib

Lightweight electrophysiological data analysis library
BSD 3-Clause "New" or "Revised" License
11 stars 23 forks source link

Alf export IBL #29

Closed oliche closed 3 years ago

oliche commented 4 years ago

Sample waveforms Amplitude conversions

codecov-commenter commented 4 years ago

Codecov Report

Merging #29 into master will decrease coverage by 1.18%. The diff coverage is 53.46%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #29      +/-   ##
===========================================
- Coverage   100.00%   98.81%   -1.19%     
===========================================
  Files           35       37       +2     
  Lines         3854     3970     +116     
===========================================
+ Hits          3854     3923      +69     
- Misses           0       47      +47     
Impacted Files Coverage Δ
phylib/io/model.py 93.34% <40.50%> (-6.66%) :arrow_down:
phylib/io/alf.py 100.00% <100.00%> (ø)
phylib/io/traces.py 100.00% <100.00%> (ø)
phylib/__init__.py 100.00% <0.00%> (ø)
phylib/conftest.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d06c5fb...0715f84. Read the comment docs.

codecov-io commented 3 years ago

Codecov Report

Merging #29 (3f53350) into master (d06c5fb) will decrease coverage by 1.18%. The diff coverage is 58.03%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #29      +/-   ##
===========================================
- Coverage   100.00%   98.81%   -1.19%     
===========================================
  Files           35       37       +2     
  Lines         3854     3976     +122     
===========================================
+ Hits          3854     3929      +75     
- Misses           0       47      +47     
Impacted Files Coverage Δ
phylib/io/model.py 93.34% <40.50%> (-6.66%) :arrow_down:
phylib/io/alf.py 100.00% <100.00%> (ø)
phylib/io/tests/test_alf.py 100.00% <100.00%> (ø)
phylib/io/traces.py 100.00% <100.00%> (ø)
phylib/__init__.py 100.00% <0.00%> (ø)
phylib/conftest.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d06c5fb...384ce2c. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #29 (384ce2c) into master (3e4dfb9) will increase coverage by 0.00%. The diff coverage is 58.03%.

:exclamation: Current head 384ce2c differs from pull request most recent head 6d98a80. Consider uploading reports for the commit 6d98a80 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files          37       37           
  Lines        3965     3976   +11     
=======================================
+ Hits         3918     3929   +11     
  Misses         47       47           
Impacted Files Coverage Δ
phylib/io/model.py 93.34% <40.50%> (+0.01%) :arrow_up:
phylib/io/alf.py 100.00% <100.00%> (ø)
phylib/io/tests/test_alf.py 100.00% <100.00%> (ø)
phylib/io/traces.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e4dfb9...6d98a80. Read the comment docs.