Open
Description
The CI for pymc-extras is extremely slow. This is due to a lot of sampling being done inside the statespace tests. An easy way to speed things up is to monkey patch pm.sample
to just return an idata with some dummy data.
I believe @williambdean has already implemented something of this type for the main PyMC repo.