RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

Create doctest github action #66

Closed sbuergers closed 1 year ago

sbuergers commented 1 year ago

closes #65

Test all examples in docstrings with pytest --doctest-modules sam/*

Does not directly depend on, but would make sense to combine with #64

sbuergers commented 1 year ago

Merge?