openep / openep-py

Electrophysiology data analysis with Python.
GNU General Public License v3.0
11 stars 7 forks source link

When exporting to .mat, cast case.indices to be double rather than int #167

Closed p-j-smith closed 2 years ago

p-j-smith commented 2 years ago

Changes made:

codecov-commenter commented 2 years ago

Codecov Report

Merging #167 (993c94f) into dev (2adc9d3) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #167   +/-   ##
=======================================
  Coverage   67.29%   67.29%           
=======================================
  Files          11       11           
  Lines         795      795           
  Branches      110      110           
=======================================
  Hits          535      535           
  Misses        239      239           
  Partials       21       21           
Impacted Files Coverage Δ
openep/io/writers.py 86.74% <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 2adc9d3...993c94f. Read the comment docs.