Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 28, 2024
1 parent ad1e606 commit 2671add
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gis/agents_and_networks/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ def parse_args():
model = AgentsAndNetworks()
page = SolaraViz(
model,
[make_geospace_leaflet(agent_draw, zoom=campus_params[campus]["zoom"]),
make_plot_clock,
make_plot_measure(["status_home", "status_work", "status_traveling"]),
make_plot_measure(["friendship_home", "friendship_work"]),
[
make_geospace_leaflet(agent_draw, zoom=campus_params[campus]["zoom"]),
make_plot_clock,
make_plot_measure(["status_home", "status_work", "status_traveling"]),
make_plot_measure(["friendship_home", "friendship_work"]),
],
name="Agents and Networks",
model_params=model_params,
Expand Down

0 comments on commit 2671add

Please sign in to comment.