Skip to content

Commit

Permalink
Merge pull request #3120 from N-Wouda/double_key
Browse files Browse the repository at this point in the history
Key defined twice
  • Loading branch information
ChadFulton committed Jul 21, 2016
2 parents 9ccf83f + 957ebd5 commit 036ad9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion statsmodels/tsa/statespace/sarimax.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,6 @@ def __init__(self, model, params, filter_results, cov_type='opg', **kwargs):
'k_seasons': self.model.k_seasons,
'measurement_error': self.model.measurement_error,
'time_varying_regression': self.model.time_varying_regression,
'mle_regression': self.model.mle_regression,
'simple_differencing': self.model.simple_differencing,
'enforce_stationarity': self.model.enforce_stationarity,
'enforce_invertibility': self.model.enforce_invertibility,
Expand Down

0 comments on commit 036ad9f

Please sign in to comment.