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
This allows easier importing of modules, but does import modules that are not even necessary or used at all. This created some problems after #2265, because for some of those imports require dependencies that are not included by default.
On a few places in Mesa uses
__all__
imports in different__init__.py
s files.mesa/mesa/__init__.py
Lines 8 to 23 in 2cdbcb6
mesa/mesa/experimental/__init__.py
Lines 3 to 7 in 2cdbcb6
This allows easier importing of modules, but does import modules that are not even necessary or used at all. This created some problems after #2265, because for some of those imports require dependencies that are not included by default.
Follow-up on #2265, fixes projectmesa/mesa-examples#198.
The text was updated successfully, but these errors were encountered: