-
Notifications
You must be signed in to change notification settings - Fork 9
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
new RF implementation #194
base: master
Are you sure you want to change the base?
Conversation
I'm trying to solve the issue (seems a problem with scipy version). In the meanwhile, we can check the code (and continue the discussion started in #180 |
Thanks for the fix of scipy. Indeed docs could not be built yesterday, but tests were passing... From the docs error it was not clear why it was failing. Can you open a PR just for the scipy fix? so that it can be merged in the master and then I can merge in the PRs I opened in the last days. |
Done, #195. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #194 +/- ##
==========================================
+ Coverage 77.23% 77.40% +0.16%
==========================================
Files 21 21
Lines 2614 2611 -3
==========================================
+ Hits 2019 2021 +2
+ Misses 595 590 -5 ☔ View full report in Codecov by Sentry. |
Please merge the master here (note that there is a conflict). In that way you can use the cached test data so that the tests are run (faster). |
I merged master into this branch, no conflicts were reported (rebasing was not possible, but it did not complain about merging), but something strange is happening because tests fail already at creating environment. I do not see anything strange in the code, and in particular nothing has changed in the setup and environment files |
@jsitarek Same problem also in the other PRs. I was just discussing this with Maximilian (ctapipe): also their CIs fail. This seem to be due to an issue with one the dependencies (broken package) Not our fault (hopefully) |
Now it should be fine. setuptools 71.xxx has some issues with the metadata of dependencies |
thanks @Elisa-Visentin |
@Elisa-Visentin @jsitarek I understood this branch was already used for the recent analyses. Anything else to be done here? maybe tests missing? |
Merge of the ctapipe 0.19 and new RF implementation (by Torino team)