forked from pymc-devs/pymc-experimental
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI errors in statspace test suite (pymc-devs#251)
* Ignore numpy depreciation warnings from statsmodel * Squeeze result vector-matrix multiplication with (1, 1) matrix to avoid shape error in numpy 1.25.2 * Consolidate all project settings into `pyproject.toml` * Delete unused`pytest.ini` and `setup.cfg` * Remove unnecessary filtered warnings * Change pathfinder jax import from deprecated pymc.sampling_jax to pymc.sampling.jax * Skip pathfinder test if python < 3.10 * Add some comments to `pyproject.toml` to explain what warnings are being ignored and why
- Loading branch information
1 parent
3444ede
commit e163a6f
Showing
7 changed files
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.