JuliaDynamics / NetworkDynamics.jl

Julia package for simulating Dynamics on Networks
https://juliadynamics.github.io/NetworkDynamics.jl/dev/
MIT License
128 stars 13 forks source link

The example of NetworkDynamics.jl does not work properly #119

Closed CCTV173 closed 2 years ago

CCTV173 commented 2 years ago

ERROR: LoadError: type NetworkDE has no field edges!

I want to use NetworkDynamics.jl for simulation, but it seems that the examples(cascading_failure.jl as an example)in the package do not work properly. The input type of many examples is incorrect. "This script works with NetworkDynamics.jl 0.4 but is broken on 0.5 due to syntax changes." Is the resaon that a bunch of internal data structures have been renamed and changed?

What causes this?

Thanks!

ERROR LoadError type NetworkDE has no field edges!