Closed be-marc closed 4 years ago
eval_checked and eval_many_checked should ignore extras by using codomain$ids().
eval_checked
eval_many_checked
codomain$ids()
we can simply access the "res" list with the ids of the codomain. only that sublist is checked, rest is considered "extra" and ignored
eval_checked
andeval_many_checked
should ignore extras by usingcodomain$ids()
.