George Datseris
George Datseris
yeah this is the issue I was having. But for me it _also_ zooms in the rectangle if I drag the mouse while clicking. For you it doesnt?
thanks, perhaps you can attach a text description of what the script does?
@KalelR PR can't be merged, there are conflicts, please resolve them as well!
Continuing the discussion here to stay focused, from https://github.com/JuliaDynamics/Attractors.jl/pull/132#issuecomment-2196517639 > it has the benefit of just adding a new function, and not changing the continuation or matching functions. Hm, but...
Also, there is no reason to have `featurizer` here. We have `extract_attractors`. The matcher takes as input the found attractors. Any mapper that finds the actual attractors should work with...
Ah, now I see the problem. THere is a fundamental difference in doing this for recurrences and for featurizing.
for recurrences you can just literally map the endpoints to the attractors in the new parameter. so you can just use this as mapping...
@KalelR at the code you pasted above what is `atts_all` supposed to be?
can you do a video call today? I can show you what I mean
@KalelR I've pushed the basin enclosure continuation in `src/continuation/continuation_basin_enclosure.jl` in branch https://github.com/JuliaDynamics/Attractors.jl/blob/matcher_interface/src/continuation/continuation_basin_enclosure.jl Do you mind branch off my branch now, to finish this, while I simplify all the "matching" new...