Skip to content

Commit 6522850

Browse files
authored
Typo
1 parent 00760bb commit 6522850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/hmc/base_hmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def warnings(self):
176176
elif n_divs == 1:
177177
message = ('There was 1 divergence after tuning. Increase '
178178
'`target_accept` or reparameterize.')
179-
elif n_divs > 0:
179+
elif n_divs > 1:
180180
message = ('There were %s divergences after tuning. Increase '
181181
'`target_accept` or reparameterize.'
182182
% n_divs)

0 commit comments

Comments
 (0)