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
Lazy-load ThinLayerPysces and ThinLayerCopasi imports
Refactor __init__.py to only import ThinLayerPysces and ThinLayerCopasi when they are explicitly accessed. This avoids unnecessary ImportErrors and improves module import performance by deferring dependency checks until needed.
0 commit comments