Skip to content

Commit

Permalink
Small docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Jun 3, 2024
1 parent 5645c5b commit 118f039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
clucenters_fn::Union{<:Function, AbstractArray{<:Real}} = GluGen.clucenters,
llengths_fn::Union{<:Function, AbstractArray{<:Real, 1}} = GluGen.llengths,
angle_deltas_fn::Union{<:Function, AbstractArray{<:Real, 1}} = GluGen.angle_deltas,
rng::Union{Integer,AbstractRNG}=Random.GLOBAL_RNG
rng::Union{Integer, AbstractRNG}=Random.GLOBAL_RNG
) -> NamedTuple{(
:points, # Array{<:Real,2}
:clusters, # Array{<:Integer,1}
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ include("fix_num_points.jl")
CluGen, :DocTestSetup, :(using CluGen, LinearAlgebra, Random); recursive=true
)
doctest(CluGen)
end
end

0 comments on commit 118f039

Please sign in to comment.