HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
212 stars 26 forks source link

`linalg.hye_list_to_binary_incidence()` related tests are failing #19

Closed ab1nash closed 12 months ago

ab1nash commented 1 year ago

The tests related to the function linalg.hye_list_to_binary_incidence() are failing.

I suspect that this has something to do with this part of the function.

ab1nash commented 1 year ago

On a related note, it would be ideal to have an automated testing pipeline for every PR

FraLotito commented 1 year ago

Yes, thank you for the suggestion! It would be very useful to have a testing pipeline, but we have not invested time there yet

FraLotito commented 12 months ago

Hi, tests are ok now. Working on a testing pipeline