Graphegon / pygraphblas

GraphBLAS for Python
https://graphegon.github.io/pygraphblas/pygraphblas/index.html
Apache License 2.0
343 stars 27 forks source link

Sierpinski-Graph Demo: TypeError: draw_graph() got an unexpected keyword argument 'show_weight' #102

Open bsbodden opened 3 years ago

bsbodden commented 3 years ago

In notebooks/Sierpinski-Graph.ipynb:

showWeightError

Changing the argument name to weights fixes it.