Skip to content

Commit

Permalink
Update mesmer/stats/_auto_regression.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
  • Loading branch information
veni-vidi-vici-dormivi and mathause authored Aug 22, 2024
1 parent 8c65c82 commit 5af7541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mesmer/stats/_auto_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ def fit_auto_regression(data, dim, lags):
lags = np.arange(lags) + 1

# return intercept, coeffs, variance, lags, nobs

data_vars = {
"intercept": intercept,
"coeffs": coeffs,
Expand Down

0 comments on commit 5af7541

Please sign in to comment.