From 8484663c8a49e47f1dd8e0596049e1f91a6fa5fc Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 13 May 2024 16:03:30 +0200 Subject: [PATCH] Cosmetic changes --- .github/workflows/test_and_deploy.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 35d91cf2..d9ccc93d 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -99,7 +99,7 @@ jobs: run: | cd benchmarks - # With 'existing', the benchmarked project must be already installed, including all dependencies. + # With `existing`, the benchmarked project must be already installed, including all dependencies. # see https://asv.readthedocs.io/en/v0.6.3/commands.html#asv-check asv check -v -E existing diff --git a/README.md b/README.md index 9db1b9b1..21712979 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ There are three main ways in which these benchmarks can be useful to developers: 1. Developers can also run these benchmarks on data they have stored locally. 1. We also plan to run the benchmarks on an internal runner using a larger dataset, of the scale we expect users to be handling. The result of these benchmarks will be made publicly available. -For further details on how to run the benchmarks, see the [benchmarks README file](benchmarks/README.md) +For further details on how to run the benchmarks, see the [benchmarks README](benchmarks/README.md). Contributions to BrainGlobe are more than welcome. Please see the [developer guide](https://brainglobe.info/developers/index.html).