Closed reds-heig closed 4 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
After looking into the issue of why pipelines are currently failing, I stumbled onto a similar issue reported recently to azure-pipelines.
The problem is that the copy step fails when encountering some symlinks, unfortunately, introducing hera
repository, makes this issue appear, for the following files:
gtda/externals/hera/matching/tests/test_bifiltration_1.txt
gtda/externals/hera/matching/tests/test_bifiltration_full_triangle_rene.txt
I'll contact the maintainer of hera
to fix this issue, but at the meantime we have 2 solutions:
After looking into the issue of why pipelines are currently failing, I stumbled onto a similar issue reported recently to azure-pipelines.
The problem is that the copy step fails when encountering some symlinks, unfortunately, introducing
hera
repository, makes this issue appear, for the following files:* `gtda/externals/hera/matching/tests/test_bifiltration_1.txt` * `gtda/externals/hera/matching/tests/test_bifiltration_full_triangle_rene.txt `
I'll contact the maintainer of
hera
to fix this issue, but at the meantime we have 2 solutions:* wait till the maintainer fixes this issue * As recommended in [issue ](https://github.com/Microsoft/azure-pipelines-tasks/issues/9046), using a simple bash script to copy the file instead
This has now been resolved
@MonkeyBreaker thanks for this, and for the new tests!
I'll perform the changes this afternoon, I'm currently busy on another topic, but it'll be resolved today.
Reference issues/PRs
Types of changes
Description
Previously
hera
submodule (bottleneck
andwasserstein
implementations) was not a submodule but sources were hard-coded. This PR removes oldhera
sources with new up-to-date repository maintained from the author itself.Screenshots (if appropriate)
Any other comments?
Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.