We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41a98b commit f296f07Copy full SHA for f296f07
petab/v2/lint.py
@@ -261,7 +261,8 @@ def run(self, problem: Problem) -> ValidationIssue | None:
261
if undefined_observables := (used_observables - defined_observables):
262
return ValidationError(
263
f"Observable(s) {undefined_observables} are used in the "
264
- "measurement table but are not defined in the observable table."
+ "measurement table but are not defined in the observable "
265
+ "table."
266
)
267
268
return None
0 commit comments