dscolby / CausalELM.jl

Taking causal inference to the extreme!
https://dscolby.github.io/CausalELM.jl/
MIT License
21 stars 0 forks source link

Add doctests #30

Closed dscolby closed 3 months ago

dscolby commented 7 months ago

While all of the examples in the documentation are from the unit tests and have all passed, it would be better to make as many doc tests as possible.

However, a lot of the tests give the expected output and fail even though they are correct, so we need to figure out how to get doctests working.

dscolby commented 3 months ago

Other packages, like SciML packages don't have doctests either and this probably won't work because all of the examples use randomly generated data.