napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

Fixes in new_key_frame computation and steps default value #49

Closed Fifourche closed 3 years ago

Fifourche commented 3 years ago

Hi !

This PR corrects 2 small things :

I also added a bit in the relevant docstrings.

I hope this is ok !

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (54e87a6) into main (fbea93e) will decrease coverage by 0.41%. The diff coverage is 30.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   62.53%   62.11%   -0.42%     
==========================================
  Files          15       15              
  Lines         710      718       +8     
==========================================
+ Hits          444      446       +2     
- Misses        266      272       +6     
Impacted Files Coverage Δ
napari_animation/_qt/animation_widget.py 26.01% <0.00%> (-0.44%) :arrow_down:
napari_animation/utils.py 92.59% <ø> (ø)
napari_animation/_qt/animationslider_widget.py 35.00% <33.33%> (-0.72%) :arrow_down:
napari_animation/animation.py 79.10% <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 fbea93e...54e87a6. Read the comment docs.