rochefort-lab / fissa

A Python toolbox for Fast Image Signal Separation Analysis, designed for Calcium Imaging data.
GNU General Public License v3.0
30 stars 28 forks source link

CI: Test on Python 3.10 #264

Closed scottclowe closed 2 years ago

scottclowe commented 2 years ago

Verify we support running on the latest version, Python 3.10.

codecov[bot] commented 2 years ago

Codecov Report

Merging #264 (b6ba41a) into master (af93405) will increase coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   94.12%   94.29%   +0.16%     
==========================================
  Files           8        8              
  Lines        1209     1209              
  Branches      306      310       +4     
==========================================
+ Hits         1138     1140       +2     
+ Misses         36       35       -1     
+ Partials       35       34       -1     
Flag Coverage Δ
nbsmoke 60.21% <ø> (+0.33%) :arrow_up:
unittests 93.96% <ø> (+0.16%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
fissa/core.py 96.88% <0.00%> (+0.32%) :arrow_up:

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 af93405...b6ba41a. Read the comment docs.

scottclowe commented 2 years ago

Currently, we can't run on Windows under Python 3.10 because geos does not pip install there.