Skip to content

Commit

Permalink
Update global_benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Nov 16, 2024
1 parent 4f9d97c commit 6ff5e57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions benchmarks/global_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
import time
import timeit

from configurations import configurations

from mesa.experimental.devs.simulator import ABMSimulator

# making sure we use this version of mesa and not one
# also installed in site_packages or so.
sys.path.insert(0, os.path.abspath(".."))

from configurations import configurations
from mesa.experimental.devs.simulator import ABMSimulator




# Generic function to initialize and run a model
def run_model(model_class, seed, parameters):
Expand Down

0 comments on commit 6ff5e57

Please sign in to comment.