Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pevnak committed Feb 21, 2023
1 parent 179560e commit d388ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IPMeasures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ include("mmd.jl")
"""
null_distribution(k::AbstractKernel, x, n, l = div(size(x,2),2))
Estimates the null distribution of samples `x` from `n` random draws of subsets of size `l`
Estimates null distribution of samples `x` from `n` random draws of subsets of size `l`
"""
null_distribution(k::AbstractKernel, x, n, l = div(size(x,2),2)) =
_null_distribution(k, pairwisel2(x,x), n, l )
Expand Down

2 comments on commit d388ece

@pevnak
Copy link
Collaborator Author

@pevnak pevnak commented on d388ece Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/78213

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.5 -m "<description of version>" d388ece9c578371da687633985dcbe7cebb68171
git push origin v0.2.5

Please sign in to comment.