G-Node / nixpy

Python library for NIX
https://readthedocs.org/projects/nixpy
Other
19 stars 26 forks source link

Data array slice #529

Closed jgrewe closed 3 years ago

jgrewe commented 3 years ago

ran into a bug with get slice and range dimensions...

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.004%) to 79.633% when pulling 4981ffeddf3d55326bf4f01e6e6402aca19b639f on jgrewe:data_array_slice into e5df5fbea865b76583459bda17cf3a957a1a7bb8 on G-Node:master.

codecov-commenter commented 3 years ago

Codecov Report

Merging #529 (4981ffe) into master (e5df5fb) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
- Coverage   81.27%   81.25%   -0.02%     
==========================================
  Files          81       81              
  Lines       10743    10745       +2     
==========================================
  Hits         8731     8731              
- Misses       2012     2014       +2     
Impacted Files Coverage Δ
nixio/data_array.py 91.66% <100.00%> (ø)
nixio/test/test_data_array.py 100.00% <100.00%> (ø)
docs/source/examples/spikeFeatures.py 95.40% <0.00%> (-2.30%) :arrow_down:

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 e5df5fb...4981ffe. Read the comment docs.