1 parent f87b31d commit 3cd3654Copy full SHA for 3cd3654
1 file changed
petab/v2/core.py
@@ -1984,11 +1984,6 @@ def validate(
1984
and self.config.extensions
1985
and (self.config.extensions.keys() - supported_extensions)
1986
):
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.
1992
extensions_without_support = ",".join(
1993
self.config.extensions.keys() - supported_extensions
1994
)
0 commit comments