You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
....anaconda3/envs/python39/lib/python3.9/site-packages/ndex2/nice_cx_network.py", line 1622, in to_networkx if float(nx.__version__) >= 2.0:ValueError: could not convert string to float: '2.5.1'
The text was updated successfully, but these errors were encountered:
With the release of networkx
2.5.1
the callNiceCXNetwork.to_networkx()
is failing with aValueError
To reproduce, install networkx
2.5.1
and ndex23.3.2
and run this code:The output will be:
The text was updated successfully, but these errors were encountered: