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

ENH: New verbosity=2: argument description and progress bars #240

Closed scottclowe closed 3 years ago

scottclowe commented 3 years ago

Previous verbosity level 2 and above are moved up by one to accommodate the new verbosity level 2. Now verbosity levels 1 and 2 both use progress bars and these are only lost at level 3.

codecov[bot] commented 3 years ago

Codecov Report

Merging #240 (7c4bcbc) into master (4179f2a) will not change coverage. The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   93.72%   93.72%           
=======================================
  Files           8        8           
  Lines        1068     1068           
  Branches      248      248           
=======================================
  Hits         1001     1001           
  Misses         34       34           
  Partials       33       33           
Flag Coverage Δ
nbsmoke 59.64% <50.00%> (ø)
unittests 93.44% <75.00%> (ø)

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

Impacted Files Coverage Δ
fissa/core.py 96.39% <75.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 4179f2a...7c4bcbc. Read the comment docs.