Skip to content

Commit

Permalink
Merge 2064053 into 2fcc5ae
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedden committed Sep 24, 2014
2 parents 2fcc5ae + 2064053 commit fe5a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsmodels/regression/mixed_linear_model.py
Expand Up @@ -2010,6 +2010,6 @@ def profile_re(self, re_ix, num_low=5, dist_low=1., num_high=5,
likev = np.asarray(likev)

# Restore the original exog
model.exog_re = exog_re_li_save
model.exog_re_li = exog_re_li_save

return likev

0 comments on commit fe5a07e

Please sign in to comment.