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 2890d43 commit 8d04feaCopy full SHA for 8d04fea
simvue/run.py
@@ -425,13 +425,13 @@ def _heartbeat(
425
if _update_system_metrics:
426
self._get_internal_metrics(system_metrics_step=sys_step)
427
428
- sys_step += 1
+ 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