Closed kennethshsu closed 2 years ago
This PR seems to break a few existing unit tests.
Interestingly, there is one unrelated failure. It seems to be from a recent update to pandas==1.5.1
used by github actions.
Since it's unrelated, I'll merge, but will need to address the pandas issue soon.
I saw that too since I didn't get an error locally, I'll take a look shortly.
Addressed #321, problem was in the
trend_array
near line 159.