Skip to content

Commit c0fd959

Browse files
committed
cmt
1 parent 0538bb7 commit c0fd959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/forest_fire/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def post_process_lines(ax):
4141
COLORS,
4242
post_process=post_process_lines,
4343
)
44+
# TODO: add back in pie chart component
45+
# # no current pie chart equivalent in mesa>=3.0
4446
# pie_chart = mesa.visualization.PieChartModule(
4547
# [{"Label": label, "Color": color} for (label, color) in COLORS.items()]
4648
# )
@@ -52,7 +54,6 @@ def post_process_lines(ax):
5254
}
5355
page = SolaraViz(
5456
model,
55-
# fixme: ass pie chart component
5657
components=[space_component, lineplot_component],
5758
model_params=model_params,
5859
name="Forest Fire",

0 commit comments

Comments
 (0)