Ladybug version
v0.18.0
What operating system are you using?
Windows 10
What happened?
Going through the "Getting started -> Run graph algorithms" documentation, and after loading the "algo" extension successfully... Calling the page_rank algo on the projected subgraph via the connection in python results in a "RuntimeError: Caught an unknown exception!". At this point the nodes and their page_ranks should have been passed to a results (res) object. The error appears to come from lines 546 and 460 of the connection.py file of the ladybug source???
Are there known steps to reproduce?
Following the steps outlined in the documentation (Getting started) for running graph algorithms... the section "Run PageRank" fails with this unknown exception.
Ladybug version
v0.18.0
What operating system are you using?
Windows 10
What happened?
Going through the "Getting started -> Run graph algorithms" documentation, and after loading the "algo" extension successfully... Calling the page_rank algo on the projected subgraph via the connection in python results in a "RuntimeError: Caught an unknown exception!". At this point the nodes and their page_ranks should have been passed to a results (res) object. The error appears to come from lines 546 and 460 of the connection.py file of the ladybug source???
Are there known steps to reproduce?
Following the steps outlined in the documentation (Getting started) for running graph algorithms... the section "Run PageRank" fails with this unknown exception.