-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Broken BoltzmannWealth in benchmarks #3307
Copy link
Copy link
Closed
Description
Recent merged PR #3178 has modified the model signature of BoltzmannWealth Model which is failing the global_benhcmarks.py
07:05:03 starting benchmarks.
Traceback (most recent call last):
File "/home/aman/mesa/benchmarks/global_benchmark.py", line 90, in <module>
results = run_experiments(model, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aman/mesa/benchmarks/global_benchmark.py", line 71, in run_experiments
run_model(model_class, seed, config["parameters"])
File "/home/aman/mesa/benchmarks/global_benchmark.py", line 34, in run_model
model = model_class(rng=seed, **parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I see two solution:
- Revert the BoltzmannWealth to match old signature
- Modify all benchmarks examples to use
Scenarioand then updateglobal_benchmarks.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels