Skip to content

Commit a27c9a4

Browse files
Track divergences in HMC stats
1 parent 3297370 commit a27c9a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/step_methods/hmc/test_nuts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_sampler_stats(self):
148148
expected_stat_names = {
149149
"depth",
150150
"diverging",
151+
"divergences",
151152
"energy",
152153
"energy_error",
153154
"model_logp",

0 commit comments

Comments
 (0)