Skip to content

Commit

Permalink
correct reference in genembed
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Nov 18, 2020
1 parent abcb894 commit 2f9f3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DelayEmbeddings"
uuid = "5732040d-69e3-5649-938a-b6b4f237613f"
repo = "https://github.com/JuliaDynamics/DelayEmbeddings.jl.git"
version = "1.14.0"
version = "1.14.1"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down
2 changes: 1 addition & 1 deletion src/embeddings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ each step ``n`` will be
`js` can be skipped, defaulting to index 1 (first timeseries) for all delay entries.
See also [`reconstruct`](@ref). Internally uses [`GeneralizedEmbedding`](@ref).
See also [`embed`](@ref). Internally uses [`GeneralizedEmbedding`](@ref).
"""
function genembed(s, τs, js = ones(length(τs)))
D = length(τs)
Expand Down

0 comments on commit 2f9f3da

Please sign in to comment.