Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Apr 19, 2024
1 parent 27e258f commit f962244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_variance(method, rng):


@pytest.mark.parametrize("method", NON_PARAMETRIC)
def test_covariance_1(method, rng):
def test_covariance(method, rng):
cov = np.array([[1.0, 0.1], [0.1, 2.0]])
data = rng.multivariate_normal([0.1, 0.2], cov, size=1000)

Expand Down

0 comments on commit f962244

Please sign in to comment.