Skip to content

Commit

Permalink
remove dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Sep 27, 2024
1 parent 46062c3 commit 7bed991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

const logistic_ = logistic()
const lorenz_ = lorenz()
const period3window = Dataset([SVector{1}(x) for x in [0.15933615523767342, 0.5128107111364378, 0.9564784814729845]])
const period3window = StateSpaceSet([SVector{1}(x) for x in [0.15933615523767342, 0.5128107111364378, 0.9564784814729845]])

@testset "constructors of InitialGuess" begin
# TODO
Expand Down
2 changes: 1 addition & 1 deletion test/minimal_period.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
logistic_rule(x, p, n) = @inbounds SVector(p[1]*x[1]*(1 - x[1]))

const logistic_ = logistic()
const period3window = Dataset([SVector{1}(x) for x in [0.15933615523767342, 0.5128107111364378, 0.9564784814729845]])
const period3window = StateSpaceSet([SVector{1}(x) for x in [0.15933615523767342, 0.5128107111364378, 0.9564784814729845]])

@testset "minimal_period discrete" begin
r = 1+sqrt(8)
Expand Down

0 comments on commit 7bed991

Please sign in to comment.