Closed Kzra closed 2 years ago
networkx version == 2.5 choix version == 0.3.4
Running the code cell in 1. Generating sample data lead to the following error:
This can be fixed using:
neighbors = list(graph.successors(src))
The same error also occurred for me in 2. Estimating transistions using choicerank and can be fixed in the same way.
@Kzra thanks for reporting. I will fix the notebook as soon as I get a chance.
networkx version == 2.5 choix version == 0.3.4
Running the code cell in 1. Generating sample data lead to the following error:
This can be fixed using:
neighbors = list(graph.successors(src))
The same error also occurred for me in 2. Estimating transistions using choicerank and can be fixed in the same way.