You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the 1.4.2 release we're seeing new InvalidReferenceViolation errors on all axioms on deprecated subjects. This includes the deprecated annotation itself:
I didn't notice when I checked the release because there's already way too much noise from InvalidReferenceViolations in the ontologies I care about (#259, #374). But now there are so many errors that DO's Travis is failing because the log file is too large.
jamesaoverton
changed the title
InvalidReferenceViolations on all axioms with deprecated subjects
Problem with InvalidReferenceViolations on all axioms with deprecated subjects
Sep 12, 2019
With the 1.4.2 release we're seeing new InvalidReferenceViolation errors on all axioms on deprecated subjects. This includes the deprecated annotation itself:
I didn't notice when I checked the release because there's already way too much noise from InvalidReferenceViolations in the ontologies I care about (#259, #374). But now there are so many errors that DO's Travis is failing because the log file is too large.
I think the new behaviour comes from this line:
https://github.com/ontodev/robot/blame/master/robot-core/src/main/java/org/obolibrary/robot/checks/InvalidReferenceChecker.java#L91
which was introduced in #510. It goes away when I revert to
axiom.getSignature()
.@balhoff Is that line critical to the functionality of #510, or can we revert it?
The text was updated successfully, but these errors were encountered: