From f79490f27a9e8fa768beb814d82c46c7b29a4efb Mon Sep 17 00:00:00 2001 From: fynnbe Date: Thu, 24 Oct 2024 16:18:25 +0200 Subject: [PATCH] WIP use alert warning level to indicate important metadata --- bioimageio/spec/_internal/warning_levels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioimageio/spec/_internal/warning_levels.py b/bioimageio/spec/_internal/warning_levels.py index 36bc49615..6eaf59e61 100644 --- a/bioimageio/spec/_internal/warning_levels.py +++ b/bioimageio/spec/_internal/warning_levels.py @@ -9,7 +9,7 @@ """A warning of the error level is always raised (equivalent to a validation error)""" ALERT, ALERT_NAME = 35, "alert" -"""no ALERT nor ERROR -> RDF is worriless""" +"""no ALERT nor ERROR -> RDF is programmatically usable""" WARNING, WARNING_NAME = 30, "warning" """no WARNING nor ALERT nor ERROR -> RDF is watertight"""