jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
51 stars 9 forks source link

hardcoded vals in precomp #72

Closed palday closed 1 year ago

palday commented 1 year ago

This avoids the intermittent failures of #71 and is a tiny bit faster because we don't need to call the PRNG.

jipolanco commented 1 year ago

Great, thanks!

codecov-commenter commented 1 year ago

Codecov Report

Merging #72 (56fdabf) into master (e19d73c) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   95.37%   95.38%           
=======================================
  Files          35       35           
  Lines        2184     2187    +3     
=======================================
+ Hits         2083     2086    +3     
  Misses        101      101           
Impacted Files Coverage Δ
src/BSplineKit.jl 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes