Skip to content

Commit

Permalink
Removed networkx version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jambler24 committed Jul 17, 2020
1 parent 8fae234 commit cfafec8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gengraphTool.py
Expand Up @@ -67,11 +67,6 @@

logging.info('NetworkX version used:' + nx_version)

nx_version = float(nx_version)

if nx_version != 2.3:
print('You are running NetworkX version', nx_version, 'which may lead to errors. Please use version 2.3. Support for v2.4 is coming')

if args.toolkit == 'test_mode':
print("Test functions here")

Expand Down

0 comments on commit cfafec8

Please sign in to comment.