Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Nov 10, 2024
1 parent 79c0c70 commit 7506856
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/infer/test_infer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ def test_predictive_with_deterministic(parallel):
argnames="parallel", argvalues=[True, False], ids=["parallel", "sequential"]
)
def test_discrete_predictive_with_deterministic(parallel):
"""Tests that the default behavior when predicting from models with
deterministic sites doesn't lead to static deterministic sites in the predictive.
"""
"""Tests that the predictive samples include deterministic sites for discrete models."""
model, probs = categorical_probs()

predictive = Predictive(
Expand Down

0 comments on commit 7506856

Please sign in to comment.