-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silencing import errors does not seem to work for OBO files #1123
Comments
|
Thanks - doesn't help though unfortunately:
Stack trace:
|
I believe the OBO code is neither considering the IRI mapper nor the silence mode. |
which OWLAPI version are you using? |
5.5.0 |
When I walked through the stack trace in the code, I had the impression that the OBO import code should catch Exception, wrap it in an |
When loading an OBO file that contains an import (such as the
example1.obo
file from this project's test data), it fails with an exception if network access is not available.Using a
AutoIRIMapper
and/orMissingImportHandlingStrategy.SILENT
(as suggested here) does not seem to work.The text was updated successfully, but these errors were encountered: