Skip to content

Commit 3bf86f3

Browse files
committed
Corrected indentation on counter increment
1 parent b658993 commit 3bf86f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def add_warns(*args):
587587
ics = []
588588
for m, t in model_dict.items():
589589
ics.append((m.name, ic_func(t, m, pointwise=True)))
590-
c += 1
590+
c += 1
591591

592592
ics.sort(key=lambda x: x[1][0])
593593

0 commit comments

Comments
 (0)