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
Currently we only access score.related_data["figures"] in the validation framework. Info in other keys (e.g. score.related_data["results"]) is not checked. We should define a set of valid keys and handle them appropriately.
The text was updated successfully, but these errors were encountered:
Currently we only access
score.related_data["figures"]
in the validation framework. Info in other keys (e.g.score.related_data["results"]
) is not checked. We should define a set of valid keys and handle them appropriately.The text was updated successfully, but these errors were encountered: