Skip to content
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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

new RF implementation #194

wants to merge 13 commits into from

Conversation

Elisa-Visentin
Copy link
Collaborator

Merge of the ctapipe 0.19 and new RF implementation (by Torino team)

@Elisa-Visentin
Copy link
Collaborator Author

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

@aleberti
Copy link
Collaborator

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.

@Elisa-Visentin
Copy link
Collaborator Author

Done, #195.
Tests were not failing a couple of days ago, so I think the 'wrong' scipy version is automatically installed in the environment since a few hours 😕

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.40%. Comparing base (01f273d) to head (3edc9cb).

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.
📢 Have feedback on the report? Share it here.

@aleberti aleberti added new functionality For new functionalities optimization For code optimization enhancement New feature or request labels Jan 23, 2024
@aleberti aleberti linked an issue Feb 17, 2024 that may be closed by this pull request
@aleberti
Copy link
Collaborator

aleberti commented Mar 14, 2024

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).

@jsitarek
Copy link
Collaborator

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

@Elisa-Visentin
Copy link
Collaborator Author

@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)

@Elisa-Visentin
Copy link
Collaborator Author

Now it should be fine. setuptools 71.xxx has some issues with the metadata of dependencies

@jsitarek
Copy link
Collaborator

thanks @Elisa-Visentin
In the meantime I tried this branch for example Prod6 files and at least up to DL2 level it works without any problems

@aleberti
Copy link
Collaborator

aleberti commented Sep 6, 2024

@Elisa-Visentin @jsitarek I understood this branch was already used for the recent analyses. Anything else to be done here? maybe tests missing?

@Elisa-Visentin
Copy link
Collaborator Author

I was just checking it. It 'inherits' from #180 (just adding new ctapipe), where Julian left some (I found 7) comments/requests. They should be fixed now: @jsitarek could you have a look at the comments you left in the old PR? If they are fixed, we can then merge this one and clone the older one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new functionality For new functionalities optimization For code optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimization of RF structure for MAGIC+LST1 analysis
3 participants