Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Sep 18, 2024
1 parent 81f7779 commit 72d32f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Schelling/schelling.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Schelling separation for performance benchmarking."""

from mesa import Model
from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
from mesa.spaces import CellAgent, OrthogonalMooreGrid
from mesa.time import RandomActivation


Expand Down
2 changes: 1 addition & 1 deletion benchmarks/WolfSheep/wolf_sheep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import math

from mesa import Model
from mesa.experimental.cell_space import CellAgent, OrthogonalVonNeumannGrid
from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
from mesa.experimental.devs import ABMSimulator


Expand Down

0 comments on commit 72d32f4

Please sign in to comment.