Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2024
1 parent 3e9d723 commit 2fef810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/estimation/test_msm_weighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_get_weighting_matrix(moments_cov, method):
expected = np.identity(cov_np.shape[0])
else:
expected = np.diag(1 / np.array([1, 2, 3]))

aaae(calculated, expected)


Expand Down

0 comments on commit 2fef810

Please sign in to comment.