forked from tensorflow/probability
-
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.
BREAKING CHANGE: Remove deprecated behavior of Poisson.{rate,log_rate}.
We now return None when the `rate` or `log_rate` parameter was not specified when building the model -- e.g.: `Poisson(rate=[...]).log_rate` is now None and `Poisson(log_rate=[...]).rate` is now None. If the previous behavior is needed, use methods `rate_parameter()` and `log_rate_parameter()`. PiperOrigin-RevId: 287219881
- Loading branch information
1 parent
be9f15e
commit 98b48ba
Showing
3 changed files
with
4 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