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
The problem lays with the hasPositiveValidationAssessment(personSiadapWrapper) of the following part of the SiadapGradePredicate: && (!considerValidatedOnly || (siadap.hasCompleteValidationAssessment(siadapUniverseToConsider) && hasPositiveValidationAssessment(personSiadapWrapper)
Now, one should break up this predicate into several, like stated in #29, or have to make sure that his part is only needed in the Validation case!
No description provided.
The text was updated successfully, but these errors were encountered: