SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
118 stars 26 forks source link

various doc and style improvements #104

Closed ArnoStrouwen closed 1 year ago

ChrisRackauckas commented 1 year ago

Odd that tests aren't running.

ArnoStrouwen commented 1 year ago

I did skip CI everywhere?

ChrisRackauckas commented 1 year ago

oh haha

well you added strict tests so it should run.

codecov[bot] commented 1 year ago

Codecov Report

Merging #104 (cb63711) into master (0bdb0c9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   90.46%   90.46%           
=======================================
  Files          15       15           
  Lines        1007     1007           
=======================================
  Hits          911      911           
  Misses         96       96           
Impacted Files Coverage Δ
src/evaluate.jl 100.00% <ø> (ø)
src/polynomial_chaos.jl 77.30% <ø> (ø)
src/scalar_product.jl 98.27% <ø> (ø)
src/show.jl 47.77% <ø> (ø)
src/stieltjes.jl 98.83% <ø> (ø)

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