Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
  • Loading branch information
sbidari and dylanhmorris authored Aug 7, 2024
1 parent b1b1e36 commit 340e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3435,7 +3435,7 @@ def test_gaussian_random_walk_linear_recursive_equivalence():
dist.TruncatedCauchy(low=-1, high=1),
],
)
def test_tracer_leakage_in_truncated_distribution(my_dist):
def test_no_tracer_leakage_in_truncated_distribution(my_dist):
"""
Tests parallel sampling and use of multiple predictve methods
on models using truncated distributions.
Expand Down

0 comments on commit 340e1bb

Please sign in to comment.