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

DOC: Don't mention Py 3 requirement in _parse_roi_file_py3 #218

Closed scottclowe closed 3 years ago

scottclowe commented 3 years ago

Because we automatically switch it out for a Python 2 compatible version, and the docstring is rendered as if it is for the wrapper parse_roi_file, which supports both python 2 and python 3.

codecov[bot] commented 3 years ago

Codecov Report

Merging #218 (bafbb29) into master (afbe1ac) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #218   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files           8        8           
  Lines         916      916           
  Branches      184      184           
=======================================
  Hits          854      854           
  Misses         32       32           
  Partials       30       30           
Flag Coverage Δ
nbsmoke 66.70% <ø> (ø)
unittests 92.79% <ø> (ø)

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

Impacted Files Coverage Δ
fissa/readimagejrois.py 91.34% <ø> (ø)

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 afbe1ac...bafbb29. Read the comment docs.