-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace ripser.py and robinhood submodules with giotto-ph dependency #614
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
09abbb5
to
95a3d0a
Compare
@MonkeyBreaker is the |
… from CMakeLists" This reverts commit 6bd5a7c.
@ulupo looking were it is used in our fork of
It seems that unfortunately we cannot remove for the moment Otherwise I clone this fork on my machine and I was able to compile, and run all the test. |
Hey @MonkeyBreaker, thanks! I'm ok to leave
|
Concerning In summary, all test for Thank you @ulupo for your effort on migrating |
Definitely, this unfortunately takes some time ... and could break things if |
Just what I wanted to hear! Ok, I'll wait for your formal approval and for the CI to pass before merging. |
Looking at the rest of the library the mention of
In the example file you mention, both libraries, this is perfectly fine. For 2 last files, this is internal behavior to the library and users are not exposed to this. LGTM ! Concerning the CI, we need to move to Github Action to be more confident on what is going on. |
The Install Boost step is failing because of a (504) Gateway Timeout error... Maybe the Boost website is down? |
Weird because for others |
But the other jobs were launched a few days ago. I'll re-run everything. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Following the release of
giotto-ph
v0.2.1, we should be able to confidently remove theripser.py
androbinhood
submodules, as well as the bindings forGUDHI
's edge collapser, and add insteadgiotto-ph
as a Python dependency.@MonkeyBreaker this might be a good time to double-check that all tests in
test_ripser.py
andtest_collapser.py
have been migrated to thegiotto-ph
project.