luke14free / pm-prophet

GAM timeseries modeling with auto-changepoint detection. Inspired by Facebook Prophet and implemented in PyMC3
327 stars 42 forks source link

Tests are needed #5

Open twolodzko opened 6 years ago

twolodzko commented 6 years ago

Unit tests are needed to guard the code from bugs.

luke14free commented 6 years ago

👍agreed. I am off next week, will work on this week after. Feel free to setup the skeleton if you have time in the meanwhile.

luke14free commented 5 years ago

Basic tests were added, but they are integration/end-to-end. We need unit tests at a deeper level in the code