JuliaGeometry / Quaternions.jl

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

Fix randomly failing log test on nightly #116

Closed sethaxen closed 1 year ago

sethaxen commented 1 year ago

The new tests for log added in #115 randomly fail on nightly due to an equality test. Here an approximate equality test is fine, so this PR uses that instead.

codecov[bot] commented 1 year ago

Codecov Report

Merging #116 (2c33971) into main (0f57093) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 2c33971 differs from pull request most recent head f12918e. Consider uploading reports for the commit f12918e to get more accurate results

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files           1        1           
  Lines         124      124           
=======================================
  Hits          123      123           
  Misses          1        1           

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