-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Distribution kwargs (#7488)
* Remove deprecated Distribution kwargs Removing these to reduce cognitive load for an eventual migration to a function-based distribution. These were deprecated in #5109, in 2021, as part of pymc 4 being released. We're on 5.x so these should be safe. * Replace deprecated testval arg with initval in test I keep the test, since it seems to cover behaviour not tested elsewhere.
- Loading branch information
1 parent
253513b
commit d596afb
Showing
4 changed files
with
2 additions
and
100 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