Skip to content

Commit

Permalink
Corrected indentation on counter increment
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Jan 3, 2018
1 parent b658993 commit 3bf86f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def add_warns(*args):
ics = []
for m, t in model_dict.items():
ics.append((m.name, ic_func(t, m, pointwise=True)))
c += 1
c += 1

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

Expand Down

0 comments on commit 3bf86f3

Please sign in to comment.