Skip to content

Commit

Permalink
Merge branch 'main' into seed
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel authored Nov 12, 2024
2 parents 54e45b9 + c2c406f commit 11a5af7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 856 deletions.
67 changes: 0 additions & 67 deletions mesa/experimental/UserParam.py

This file was deleted.

12 changes: 2 additions & 10 deletions mesa/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
"""Experimental init."""

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

try:
from .solara_viz import JupyterViz, Slider, SolaraViz, make_text

__all__ = ["cell_space", "JupyterViz", "Slider", "SolaraViz", "make_text"]
except ImportError:
print(
"Could not import SolaraViz. If you need it, install with 'pip install --pre mesa[viz]'"
)
__all__ = ["cell_space"]
__all__ = ["cell_space", "devs"]
81 changes: 0 additions & 81 deletions mesa/experimental/components/altair.py

This file was deleted.

Loading

0 comments on commit 11a5af7

Please sign in to comment.