Skip to content

1.4 Temporal Network Analysis and Visualisation in pathpy #5

@bm-1961

Description

@bm-1961

The tutorials look amazing and are the kind of content I wish all packages have, unfortunately I am unable to run many of them.

Are lots of the functions now out of date?

For instance, the second chunk of code does not run as in the tutorial.

It can be made to run with the following, but the output is different:

t.add_edge('a', 'b',ts= 1)
t.add_edge('b', 'a',ts= 2)
t.add_edge('b', 'c',ts= 3)
t.add_edge('d', 'c',ts= 4)
t.add_edge('c', 'd',ts= 5)
t.add_edge('c', 'b',ts= 6)
print(t)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions