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

STY: Change code style to black #215

Closed scottclowe closed 3 years ago

scottclowe commented 3 years ago

Change code style to black and sort imports.

codecov[bot] commented 3 years ago

Codecov Report

Merging #215 (ec7b531) into master (16768ed) will decrease coverage by 0.01%. The diff coverage is 82.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
- Coverage   93.24%   93.23%   -0.02%     
==========================================
  Files           8        8              
  Lines         918      916       -2     
  Branches      184      184              
==========================================
- Hits          856      854       -2     
  Misses         32       32              
  Partials       30       30              
Flag Coverage Δ
nbsmoke 66.70% <38.00%> (-0.08%) :arrow_down:
unittests 92.79% <82.00%> (-0.02%) :arrow_down:

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

Impacted Files Coverage Δ
fissa/roitools.py 90.22% <30.00%> (ø)
fissa/core.py 95.71% <80.00%> (-0.02%) :arrow_down:
fissa/readimagejrois.py 91.34% <88.52%> (-0.05%) :arrow_down:
fissa/ROI.py 78.26% <100.00%> (ø)
fissa/__meta__.py 100.00% <100.00%> (ø)
fissa/deltaf.py 100.00% <100.00%> (ø)
fissa/extraction.py 95.04% <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 16768ed...ec7b531. Read the comment docs.