cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
62 stars 266 forks source link

Fix entry point specification #2516

Closed maxnoe closed 4 months ago

maxnoe commented 4 months ago

Noticed because in the docs build, we had a lot of errors in the log:

ModuleNotFoundError: No module named 'ctapipe.reco.sklearn.ParticleClassifier'; 'ctapipe.reco.sklearn' is not a package Error loading ctapipe_reco plugin: 'ctapipe.reco.sklearn.DispReconstructor'

The last . should be a :

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.53%. Comparing base (a7afbe8) to head (43ec032). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2516 +/- ## ========================================== - Coverage 92.53% 92.53% -0.01% ========================================== Files 235 235 Lines 20024 20062 +38 ========================================== + Hits 18530 18564 +34 - Misses 1494 1498 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maxnoe commented 4 months ago

I am going to merge as it is not a code change and blocks all other PRs.