From 95c28ada9bbd2ec3a3a6be4c80a211c5be7c2467 Mon Sep 17 00:00:00 2001 From: Han Lu <11597940+ErbB4@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:00:47 +0200 Subject: [PATCH] Update benchmark_cell.rst (#2349) <!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). --> --- doc/python/benchmark_cell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/benchmark_cell.rst b/doc/python/benchmark_cell.rst index 2e16e136..6b560a0d 100644 --- a/doc/python/benchmark_cell.rst +++ b/doc/python/benchmark_cell.rst @@ -29,4 +29,4 @@ Benchmark cells :param schedule: User-defined sequence of time points (choose from :class:`arbor.regular_schedule`, :class:`arbor.explicit_schedule`, or :class:`arbor.poisson_schedule`). - :param realtime_ratio: Time taken to integrate a cell, for example if ``realtime_ratio`` = 2, a cell will take 2 seconds of CPU time to simulate 1 second. + :param realtime_ratio: Time taken to integrate a cell; for example, if ``realtime_ratio`` = 2, a cell will take 2 seconds of CPU time to simulate 1 second. -- GitLab