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 3a87e4c commit e83351bCopy full SHA for e83351b
dashboard/state.py
@@ -138,9 +138,9 @@ def _ensure_metric_batches_loaded(self):
138
if not self._specs_loaded:
139
self._ensure_specs_loaded()
140
141
- self._metric_batches = get_metric_batches(source="all")
142
- if not self._metric_batches:
143
- log.warning("No metric batches found.")
+ self._metric_batches = get_metric_batches(source="all")
+ if not self._metric_batches:
+ log.warning("No metric batches found.")
144
self._metric_batches = []
145
146
if self._specs and self._metric_batches:
0 commit comments