Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Sep 13, 2024
1 parent ac57074 commit ab1376d
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,5 +1,5 @@
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 @@ -12,7 +12,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 ab1376d

Please sign in to comment.