Skip to content

Commit b345546

Browse files
committed
Shorten over-length comment
1 parent 3ff51f2 commit b345546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def get_metrics(self, slurm_job_id: str) -> MetricsResponse:
218218
- Performance metrics or error message
219219
- Timestamp of collection
220220
"""
221-
# Use cached collector to preserve state between calls for throughput calculation
221+
# Use cached collector to preserve state between calls to compute throughput
222222
if slurm_job_id not in self._metrics_collectors:
223223
self._metrics_collectors[slurm_job_id] = PerformanceMetricsCollector(
224224
slurm_job_id

0 commit comments

Comments
 (0)