You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: