Closed ekarais closed 8 months ago
Some of the recently implemented unit tests were failing. In this small PR, we fix the failing methods as well as one test that was itself broken.
identity_lift()
ring_lift()
get_ranker()
test_rips_transform()
Now, all tests are passing. Our coverage remains at 33%.
Some of the recently implemented unit tests were failing. In this small PR, we fix the failing methods as well as one test that was itself broken.
identity_lift()
: 13a499fring_lift()
: 4b6dd09get_ranker()
: a75e915, 857c713, 4e8245atest_rips_transform()
: b953293Now, all tests are passing. Our coverage remains at 33%.