We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04fea commit 520d583Copy full SHA for 520d583
simvue/run.py
@@ -424,14 +424,13 @@ def _heartbeat(
424
425
if _update_system_metrics:
426
self._get_internal_metrics(system_metrics_step=sys_step)
427
-
428
sys_step += 1
429
430
- last_sys_metric_call = (
431
- _current_time
432
- if _update_system_metrics
433
- else last_sys_metric_call
434
- )
+ last_sys_metric_call = (
+ _current_time
+ if _update_system_metrics
+ else last_sys_metric_call
+ )
435
436
if time.time() - last_heartbeat < self._heartbeat_interval:
437
time.sleep(1)
0 commit comments