Skip to content

Commit

Permalink
Update test_rpkb_approximation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Sep 13, 2024
1 parent 3bbaec8 commit 1da13ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rpkb_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test(self):
rho = 0.6

wrapped_cauchy = wrapcauchy.rvs(rho, loc=-np.pi, size=n)
pkbd = PKBD().rpkb(n=10000, mu=loc, rho=rho)
pkbd = PKBD().rpkb(n=n, mu=loc, rho=rho)
pkbd_angles = np.arctan2(pkbd[:, 1], pkbd[:, 0])

quantiles = np.arange(0.05, 1, 0.05)
Expand Down

0 comments on commit 1da13ea

Please sign in to comment.