JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis

Home Page:https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrence analysis does not work anymore

pucicu opened this issue · comments

Hi,

today I re-run my code published at https://github.com/pucicu/RP_Speed_Test, but the Julia code is not working anymore. I get the error ERROR: UndefVarError: RecurrenceMatrix not defined. It seems to be a feature of Julia that after a few weeks my code is not working anymore. It happened already several times.

Best
N

  1. which code exactly you run, which Julia file?
  2. What are your package versions? All of them, DynamicalSystems and RecurrenceAnalysis. Use this command to find out and post:
using Pkg
Pkg.status([
    "DynamicalSystems",
    "DelayEmbeddings", "RecurrenceAnalysis",
    "DynamicalSystemsBase", "ChaosTools",
    "Entropies",];
    mode = PKGMODE_MANIFEST
)

In the future please follow the bug report template, it simply makes it much faster to find the problem, both for me, and for you :)

RecurrenceAnalysis just moved from LightGraphs.jl to Graphs.jl in version 1.8, that may be relevant.

In any case, this is not a feature of Julia because my code works without a problem: https://juliadynamics.github.io/DynamicalSystems.jl/v2.3/rqa/rplots/ with package versions: https://juliadynamics.github.io/DynamicalSystems.jl/v2.3/#Version-numbers