Closed george-hall-ucl closed 2 years ago
Base: 66.22% // Head: 67.51% // Increases project coverage by +1.28%
:tada:
Coverage data is based on head (
8925de4
) compared to base (d8acb23
). Patch coverage: 66.66% of modified lines in pull request are covered.:exclamation: Current head 8925de4 differs from pull request most recent head b47e84a. Consider uploading reports for the commit b47e84a to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks George!
Hi,
Thank you for developing this nice set of packages! I recently hit up against a bug when using generate_dataset (more specifically, generate_feature_network), seeing the error message:
I was running igraph v1.2.9. Updating igraph to v1.3.0 fixed this bug. My patch makes the package require at least this version of igraph.
I'm afraid I've not been able to test properly since the process then crashes at a later stage, but I believe that this patch should at least fix the first problem!
Thanks, George