Skip to content

Commit

Permalink
fix create_stn method
Browse files Browse the repository at this point in the history
  • Loading branch information
rusandris authored Jun 30, 2023
1 parent 72970ae commit 819e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_stn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For more info about PSOS go to https://juliadynamics.github.io/DynamicalSystems
function create_stn(ts,grid::Int64,plane,idxs;make_ergodic=false, verbose=false,kwargs...)

#psos
psection = poincaresos(ts, plane; idxs=idxs,warning=true,kwargs...)
psection = poincaresos(Dataset(ts), plane; idxs=idxs,warning=true,kwargs...)
#method for time-discrete trajectory
create_stn(psection,grid; make_ergodic=make_ergodic, verbose=verbose)

Expand Down

0 comments on commit 819e357

Please sign in to comment.