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
Do we still need a dedicated module model.py for all models, @emptymalei ? At the moment, only the complicated Kepler problem has submodules. All other models are contained in one file.
I feel most people won't look into
__init__.py
unless it is related to__all__
.Maybe we only do imports in
__init__.py
. Something likeOriginally posted by @emptymalei in #54 (comment)
The text was updated successfully, but these errors were encountered: