You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. SimTelEventSource needs to create R1 from R0 using e.g. the GainSelector from ctapipe.calib.
Importing from ctapipe.calib triggers import ctapipe.image due to the above-mentioned issue.
Looking at what takes long, I noticed image.extractors and image.muon.intensityfitter and a missing caching of numba compilation, which removed 1s in local testing, fix in #2477.
We are noticing while working on SimPipe that imports on ctapipe.io increases startup times of applications by typically 5 seconds.
This is confirmed by:
These are us, so importing takes 6.4s. This is probably related to unnecessary cross-import
The text was updated successfully, but these errors were encountered: