cortex-lab / phylib

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

Merge multiple probes into a single ALF dataset #8

Closed oliche closed 5 years ago

oliche commented 5 years ago

PR to visualize changes, do not merge yet

codecov-io commented 5 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #8    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          40     42     +2     
  Lines        3493   3801   +308     
======================================
+ Hits         3493   3801   +308
Impacted Files Coverage Δ
phylib/utils/_misc.py 100% <100%> (ø) :arrow_up:
phylib/io/merge.py 100% <100%> (ø)
phylib/io/tests/test_merge.py 100% <100%> (ø)
phylib/io/tests/test_alf.py 100% <100%> (ø) :arrow_up:
phylib/io/alf.py 100% <100%> (ø) :arrow_up:
phylib/io/model.py 100% <100%> (ø) :arrow_up:
phylib/io/tests/conftest.py 100% <100%> (ø) :arrow_up:
phylib/utils/tests/test_misc.py 100% <100%> (ø) :arrow_up:
... and 1 more

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 65d5522...5b691cd. Read the comment docs.