We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad93d1 commit 57c6158Copy full SHA for 57c6158
1 file changed
benchmarks/suites/base.py
@@ -161,7 +161,7 @@ def track_calc_rate_inactive(
161
result = results[_param_key(threads, mpi_procs)]
162
stats = result.timing_stats
163
return _nan(stats.calc_rate_inactive if stats else None)
164
- track_calc_rate_inactive.unit = "particles/sec"
+ track_calc_rate_inactive.unit = "particles / second"
165
166
def track_calc_rate_active(
167
self,
@@ -172,7 +172,7 @@ def track_calc_rate_active(
172
173
174
return _nan(stats.calc_rate_active if stats else None)
175
- track_calc_rate_active.unit = "particles/sec"
+ track_calc_rate_active.unit = "particles / second"
176
177
def _ensure_runner(self) -> OpenMCRunner:
178
if self._runner is None:
0 commit comments