From edcea0c3e5ade097c876cb6b656d66d8b1e9101e Mon Sep 17 00:00:00 2001 From: James Panayis Date: Mon, 1 Jun 2026 13:34:14 +0100 Subject: [PATCH] Fix set_metric_units docstring in run.py that named a non-existent parameter --- simvue/run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/simvue/run.py b/simvue/run.py index 09e8e23c..ca17edb7 100644 --- a/simvue/run.py +++ b/simvue/run.py @@ -2669,8 +2669,6 @@ def set_metric_units( name of metric to assign units to units : str unit symbol - label : str | None, optional - alternative longer name for units """ self._meta_cache.setdefault("metrics", {})