JuliaGraphs / MultilayerGraphs.jl

A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.
https://juliagraphs.org/MultilayerGraphs.jl/dev
MIT License
118 stars 5 forks source link

Error when using layer_simpleweighteddigraph and Layer function #153

Open maishaoshao opened 10 months ago

maishaoshao commented 10 months ago

Describe the bug Hello, I am trying to use the MultilayerGraphs package for network analysis. I just copIed the example code and tried to know more about the functions. Then there were errors.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://github.com/JuliaGraphs/MultilayerGraphs.jl'
  2. Scroll down to 'Layers and Interlayers' and copies the
  3. Copy the code block: # Create a simple directed value layer and # Create a simple directed value layer
  4. Run and See error

Expected behavior A network graph.

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.