Skip to content

Commit 3cd3654

Browse files
committed
less verbose
1 parent f87b31d commit 3cd3654

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

petab/v2/core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,11 +1984,6 @@ def validate(
19841984
and self.config.extensions
19851985
and (self.config.extensions.keys() - supported_extensions)
19861986
):
1987-
# Note: whether rejecting a problem that uses an unsupported
1988-
# extension marked `required` is up to the consumer (e.g. a
1989-
# simulator) that actually interprets the extension
1990-
# mathematically -- libpetab-python itself doesn't, so it only
1991-
# warns that it can't fully lint the problem.
19921987
extensions_without_support = ",".join(
19931988
self.config.extensions.keys() - supported_extensions
19941989
)

0 commit comments

Comments
 (0)