Skip to content

Commit 57c6158

Browse files
committed
Update units
1 parent 5ad93d1 commit 57c6158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/suites/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def track_calc_rate_inactive(
161161
result = results[_param_key(threads, mpi_procs)]
162162
stats = result.timing_stats
163163
return _nan(stats.calc_rate_inactive if stats else None)
164-
track_calc_rate_inactive.unit = "particles/sec"
164+
track_calc_rate_inactive.unit = "particles / second"
165165

166166
def track_calc_rate_active(
167167
self,
@@ -172,7 +172,7 @@ def track_calc_rate_active(
172172
result = results[_param_key(threads, mpi_procs)]
173173
stats = result.timing_stats
174174
return _nan(stats.calc_rate_active if stats else None)
175-
track_calc_rate_active.unit = "particles/sec"
175+
track_calc_rate_active.unit = "particles / second"
176176

177177
def _ensure_runner(self) -> OpenMCRunner:
178178
if self._runner is None:

0 commit comments

Comments
 (0)