JuliaApproximation / MultivariateOrthogonalPolynomials.jl

Supports approximating functions and solving differential equations on various higher dimensional domains such as disks and triangles
Other
17 stars 5 forks source link

Test that the examples in the examples folder run #177

Open DanielVandH opened 5 months ago

DanielVandH commented 5 months ago

In response to #176, this PR adds an extra check that all the example scripts actually run by simply including them one at a time inside the tests.

Currently, these tests will fail until #176 is fully addressed.