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 validate_airr function of the R library fails to detect properties that are an ontology in the schema, but not a list in the data structure that is being tested.
How to reproduce
Load the bad_germline_set.json from PR #741. It should fail as GermlineSet.species is a simple string, but does not.
The text was updated successfully, but these errors were encountered:
The
validate_airr
function of the R library fails to detect properties that are an ontology in the schema, but not a list in the data structure that is being tested.How to reproduce
Load the
bad_germline_set.json
from PR #741. It should fail asGermlineSet
.species
is a simple string, but does not.The text was updated successfully, but these errors were encountered: