Skip to content

Commit

Permalink
attempted build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Jan 12, 2025
1 parent eea1c6a commit fe5788b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesa/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
- Features graduate from experimental status once their APIs are stabilized
"""

from mesa.experimental import cell_space, continuous_space, devs, mesa_signals
from mesa.experimental import continuous_space, devs, mesa_signals

__all__ = ["cell_space", "continuous_space", "devs", "mesa_signals"]
__all__ = ["continuous_space", "devs", "mesa_signals"]
1 change: 1 addition & 0 deletions mesa/experimental/cell_space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"VoronoiGrid",
]


warnings.warn(
"you are importing from mesa.experimental.cell_space, "
"all cell spaces have been moved to mesa.discrete_space",
Expand Down

0 comments on commit fe5788b

Please sign in to comment.