JuliaImages / ImageTransformations.jl

Geometric transformations on images for Julia
Other
46 stars 27 forks source link

fix: handle float point pi correctly #155

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

fixes #154

This is a trivial bugfix patch so I'll merge once the test passes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (20aac71) into master (4c550b1) will decrease coverage by 0.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   90.27%   90.00%   -0.28%     
==========================================
  Files           8        8              
  Lines         216      220       +4     
==========================================
+ Hits          195      198       +3     
- Misses         21       22       +1     
Impacted Files Coverage Δ
src/warp.jl 96.42% <100.00%> (-3.58%) :arrow_down:

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 4c550b1...20aac71. Read the comment docs.