awage / Basins.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions in the examples and juliahub docstrings don't exist in the source

nihcompmed opened this issue · comments

I'm just totally at a loss as to where to find functions like basin_poincare_map, basins_map2D, basin_discrete_map etc. are not in the source and not exported by Basins.jl. Am I missing something very basic about the examples?

julia> pmap = poincaremap(ds, (3, 0.), Tmax=1e6; idxs = 1:2, rootkw = (xrtol = 1e-8, atol = 1e-8), reltol=1e-9)
julia> @time bsn = basin_poincare_map(xg, yg, pmap)
ERROR: UndefVarError: basin_poincare_map not defined
Stacktrace:
[1] top-level scope
@ ./timing.jl:273 [inlined]
[2] top-level scope
@ ./REPL[14]:0

julia> names(Basins)
13-element Vector{Symbol}:
:Basins
:basin_entropy
:basin_general_ds
:basin_map
:basin_stability
:box_counting_dim
:compute_basin_precise
:compute_saddle
:detect_wada_grid_method
:detect_wada_merge_method
:draw_basin!
:static_estimate
:uncertainty_exponent

Thanks