digicatapult / fornax

Approximate fuzzy subgraph matching in polynomial time
Apache License 2.0
21 stars 4 forks source link

Fix compatibility with Numpy versions 1.16 and greater #25

Open Dan-Staff opened 3 years ago

Dan-Staff commented 3 years ago

FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.

Dan-Staff commented 3 years ago

Tests seem to be failing due to an access issue:

fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

mattdean-digicatapult commented 3 years ago

Thanks @Dan-Staff for the contribution. I've updated the deploy keys so now it no longer fails on the read check. I think the latest build shows 12 test failures to look at

Dan-Staff commented 3 years ago

Thanks @mattdean-digicatapult , I'll look into the test failures. I think it's more dependency versions changing.