Skip to content

Commit

Permalink
py2.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Apr 10, 2018
1 parent 3661685 commit 3ac8889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoys/regression.py
Expand Up @@ -34,7 +34,7 @@ def sample(params, x, ci, n):
return mean + scipy.stats.norm.rvs(scale=(1/inv_var_beta + 1/inv_var_b)**0.5, size=(n,))


class RegressionModel:
class RegressionModel(object):
pass


Expand Down

0 comments on commit 3ac8889

Please sign in to comment.