Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

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

Open
nihcompmed opened this issue Nov 24, 2023 · 0 comments

Comments

@nihcompmed
Copy link

nihcompmed commented Nov 24, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant