-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix StanMetaRegression estimator (#108)
* Fix StanMetaRegression estimator * add pystan and arviz to required dependencies * Revert "add pystan and arviz to required dependencies" This reverts commit 28ef19d. * Keeping pystan and arviz optional * Skip PyStan on Python 3.6 * Skip PyStan test for Python < 3.6 * Include warning to the documentation and raise an error in __init__ * Update estimators.py * Fix `black` issues * Update test_stan_estimators.py * declare array * try adding additional prereqs * add additional import statement to get error * fix scipy issue * add the naked import back in * fix scipy version * undo naked import --------- Co-authored-by: James Kent <[email protected]>
- Loading branch information
1 parent
1402199
commit c38b0bb
Showing
7 changed files
with
36 additions
and
23 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 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