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
And seems to work pretty well. The most startling thing is that even though the class and main method are named as if they are designed to validate a TRAPI Response object, the check_compliance_of_trapi_response() method only seems to work when passed a TRAPI Message object (child of Response). Does not work when passed a Response object. I think it should!
The text was updated successfully, but these errors were encountered:
Tagged issue #48 as a duplicate of this issue...I'll take a closer look at this after I get the fresh iteration of the SRI Testing harness data and web dashboard out by early next week.
This issue substantially resolved by commit 0e5ed3a.
There are some additional TRAPI workflow validation measure which could be taken but we defer these to another day (and issue: #57) but consider this issue otherwise resolved (for now).
Moving from reasoner-validator 2.2.14 to 3.1.0 with some issues.
Version 3.1 seems to work with this:
And seems to work pretty well. The most startling thing is that even though the class and main method are named as if they are designed to validate a TRAPI Response object, the check_compliance_of_trapi_response() method only seems to work when passed a TRAPI Message object (child of Response). Does not work when passed a Response object. I think it should!
The text was updated successfully, but these errors were encountered: