UCD4IDS / ContinuousWavelets.jl

wide array of continuous wavelet transforms using Julia
https://dsweber2.github.io/ContinuousWavelets.jl/dev/
Other
21 stars 7 forks source link

doctests work on just the CI #39

Closed dsweber2 closed 1 year ago

dsweber2 commented 1 year ago

fixes #36.

And by fixes, I mean it makes it so that the doctests are only run on one machine in the CI pipeline. Numerical precision issues makes matching pretty printed arrays of complex numbers a really messy process, and doing doctests on every machine is best left to a proper implementation in Documenter.jl.