Skip to content

Fix precision, printing#12

Merged
stevengj merged 5 commits intomasterfrom
fixes
Feb 1, 2023
Merged

Fix precision, printing#12
stevengj merged 5 commits intomasterfrom
fixes

Conversation

@stevengj
Copy link
Member

A couple of small fixes:

  1. chebpoints now uses the precision of lb,ub, instead of promoting to Float64, and this is now tested.
  2. fixed the REPL display of ChebPoly by defining a 3-arg show (not just 2-arg show), since otherwise the 3-arg show for ::Function is called

@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2023

Codecov Report

Merging #12 (e33c0f8) into master (9bbc874) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   96.15%   96.18%   +0.03%     
==========================================
  Files           5        5              
  Lines         234      236       +2     
==========================================
+ Hits          225      227       +2     
  Misses          9        9              
Impacted Files Coverage Δ
src/FastChebInterp.jl 88.88% <100.00%> (ø)
src/eval.jl 98.98% <100.00%> (ø)
src/interp.jl 100.00% <100.00%> (ø)

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

@stevengj stevengj merged commit 0bb387f into master Feb 1, 2023
@stevengj stevengj deleted the fixes branch February 1, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants