Skip to content

Commit

Permalink
Update src/skmatter/neighbors/_sparsekde.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Goscinski <[email protected]>
  • Loading branch information
GardevoirX and agoscinski committed Aug 12, 2024
1 parent 5b59abd commit 7dff19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skmatter/neighbors/_sparsekde.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SparseKDE(BaseEstimator):
>>> np.random.seed(0)
>>> n_samples = 10_000
To create two gaussians with different means and covariance and sample from them
To create two Gaussians with different means and covariance and sample from them
>>> cov1 = [[1, 0.5], [0.5, 1]]
>>> cov2 = [[1, 0.5], [0.5, 0.5]]
Expand Down

0 comments on commit 7dff19f

Please sign in to comment.