Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nissu99 authored Jan 31, 2025
2 parents c49f864 + c58af09 commit 97de970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mesa/visualization/components/altair_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import contextlib
import math

import warnings
from collections.abc import Callable

Expand All @@ -16,6 +17,7 @@

from mesa.experimental.cell_space import Grid
from mesa.space import ContinuousSpace, NetworkGrid, _Grid

from mesa.visualization.utils import update_counter


Expand Down Expand Up @@ -102,6 +104,7 @@ def MakePlotAltair(model):


@solara.component

def PlotAltair(
model,
measure: str | dict[str, str] | list[str] | tuple[str],
Expand Down

0 comments on commit 97de970

Please sign in to comment.