Skip to content

Commit

Permalink
Corrected Contributing Guide Link to Ensure Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusiddharth authored and tpike3 committed Feb 28, 2024
1 parent ac183a8 commit 58a3b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions benchmarks/global_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 58a3b95

Please sign in to comment.