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
For PR #707, the first test run failed at it should "collapse prepositions with verb objects" in org.clulab.processors.TestEnhancedSemanticRoles, even though nothing added there would have affected a test. The second run passed without any changes having been made.
It is known that some Stanford software can get different results on different runs. Is that the case here? The are also testing on Java 11 now, which we're not used to. Strange things could happen.
The text was updated successfully, but these errors were encountered:
Today TestParallel failed, complaining "should match processing documents serially". This was for the first run of PR #722 (http://jenkins.clulab.org/job/processors/view/change-requests/job/PR-722/1/). A diff shows that enhanced-semantic-roles and semantic-roles are different in the serialized form. So far I can only imagine that happening if the neural networks are getting different answers. The error went away on the second run.
For PR #707, the first test run failed at
it should "collapse prepositions with verb objects"
inorg.clulab.processors.TestEnhancedSemanticRoles
, even though nothing added there would have affected a test. The second run passed without any changes having been made.It is known that some Stanford software can get different results on different runs. Is that the case here? The are also testing on Java 11 now, which we're not used to. Strange things could happen.
The text was updated successfully, but these errors were encountered: