exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

#228: Fixed graph plot generator #229

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

fixes #228

It turned out that version 2.8.4 of https://github.com/networkx/networkx got a breaking change: The edge and nodes passed to the plotting interface must be strings, not any types which can be casted to string, see: https://github.com/networkx/networkx/pull/5710/files#r896776371

All Submissions: