vferat / pycrostates

https://pycrostates.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
36 stars 11 forks source link

Add support for array-like in _check_type #113

Closed mscheltienne closed 1 year ago

mscheltienne commented 1 year ago

Short update following a PR in MNE, Sequence to capture all array-like types is quite useful!

codecov[bot] commented 1 year ago

Codecov Report

Merging #113 (5cb08da) into main (2562921) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   90.93%   90.94%           
=======================================
  Files          30       30           
  Lines        2615     2616    +1     
  Branches      501      501           
=======================================
+ Hits         2378     2379    +1     
  Misses        136      136           
  Partials      101      101           
Impacted Files Coverage Δ
pycrostates/utils/_checks.py 97.84% <100.00%> (+0.01%) :arrow_up: