Lace
Lace copied to clipboard
'DiGraph' object issue on networkx 2.3
Hello!
I configured virtual environment using your environment.yml file and changed the python version to 3.9. While running Lace on test data, the error occured:
'DiGraph' object has no attribute 'node'
The suggestion on StackExchange is to change networkx version to 1.1 or modify files used by DiGraph.
What is your preferred way to solve the issue?
Best regards Asan
Thanks for brining this to my attention. I will have a look at this when I address you other issue. You are also welcome to submit a pull request with a fix if you like.