JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
116 stars 37 forks source link

Fix log for negative quaternions #115

Closed sethaxen closed 1 year ago

sethaxen commented 1 year ago

Fixes #114

codecov[bot] commented 1 year ago

Codecov Report

Merging #115 (fcb725d) into main (bdf34b9) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   99.20%   99.21%           
=======================================
  Files           1        1           
  Lines         126      127    +1     
=======================================
+ Hits          125      126    +1     
  Misses          1        1           
Impacted Files Coverage Δ
src/Quaternion.jl 99.21% <100.00%> (+<0.01%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

trahflow commented 1 year ago

Thanks for this very quick reaction! :tada: :heart:

sethaxen commented 1 year ago

Thanks for this very quick reaction! tada heart

No problem!