We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00760bb commit 6522850Copy full SHA for 6522850
pymc3/step_methods/hmc/base_hmc.py
@@ -176,7 +176,7 @@ def warnings(self):
176
elif n_divs == 1:
177
message = ('There was 1 divergence after tuning. Increase '
178
'`target_accept` or reparameterize.')
179
- elif n_divs > 0:
+ elif n_divs > 1:
180
message = ('There were %s divergences after tuning. Increase '
181
'`target_accept` or reparameterize.'
182
% n_divs)
0 commit comments