From 58a3b95c406f66bfc63dcf0b57a6c3e768c4f4ed Mon Sep 17 00:00:00 2001 From: sahusiddharth Date: Wed, 28 Feb 2024 14:35:10 +0530 Subject: [PATCH] Corrected Contributing Guide Link to Ensure Accessibility --- README.md | 2 +- benchmarks/global_benchmark.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78b1c5f44f8..424f7434960 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ If you would like to add a feature, please reach out via [ticket](https://github join a dev session (see [Mesa discussions](https://github.com/projectmesa/mesa/discussions)). A feature is most likely to be added if you build it! -Don't forget to checkout the [Contributors guide](https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.rst). +Don't forget to checkout the [Contributors guide](https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.md). ## Citing Mesa diff --git a/benchmarks/global_benchmark.py b/benchmarks/global_benchmark.py index 0f8d5379732..677d352b5c7 100644 --- a/benchmarks/global_benchmark.py +++ b/benchmarks/global_benchmark.py @@ -5,12 +5,12 @@ import time import timeit +from configurations import configurations + # 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 - # Generic function to initialize and run a model def run_model(model_class, seed, parameters):