pyeuclid icon indicating copy to clipboard operation
pyeuclid copied to clipboard

Fixed two minor bugs

Open skairunner opened this issue 7 years ago • 1 comments

Bug: Ray3-Sphere intersect tests had the exact same result as Line3-Sphere intersects. QoL: Comparing any geometric shape with None now returns False

skairunner avatar Nov 28 '17 10:11 skairunner

Codecov Report

Merging #14 into master will decrease coverage by 0.01%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   54.67%   54.66%   -0.02%     
==========================================
  Files           1        1              
  Lines        1635     1639       +4     
==========================================
+ Hits          894      896       +2     
- Misses        741      743       +2
Impacted Files Coverage Δ
euclid.py 54.66% <33.33%> (-0.02%) :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 0a2760a...84d2642. Read the comment docs.

codecov-io avatar Nov 28 '17 10:11 codecov-io