alife-data-standards / alife-std-dev-python

Python development utilities for working with standardized ALife data
MIT License
0 stars 3 forks source link

Mysterious problem with pandas_df_to_networkx_graph? #18

Closed emilydolson closed 1 year ago

emilydolson commented 1 year ago

Somehow the edges got messed up?

emilydolson commented 1 year ago

Okay, figured this one out - I was just being silly and using pandas_df_to_networkx_graph on a pandas dataframe that hadn't been correctly pre-processed. Added a warning about this in the documentation.