From c1006719c8eefa1a33116899f938aaa750c3e917 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:02:57 +0100 Subject: [PATCH] edit docstring --- benchmarks/cellfinder/workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/cellfinder/workflows.py b/benchmarks/cellfinder/workflows.py index 309e91f1..9e7b6ea5 100644 --- a/benchmarks/cellfinder/workflows.py +++ b/benchmarks/cellfinder/workflows.py @@ -36,7 +36,7 @@ class TimeBenchmark: - if rounds != 1 the default is (min_repeat, max_repeat, max_time) = (1, 5, 10.0) - - sample: `number` is determined so that each sample takes + - sample_time: `number` is determined so that each sample takes approx sample_time=10ms """