Skip to content

Commit

Permalink
Update validators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jun 15, 2024
1 parent cd20590 commit 84c25a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sssom/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def validate_json_schema(msdf: MappingSetDataFrame) -> None:
mapping_set_yaml_cleaned = clean_dict(mapping_set_yaml)

report = validator.validate(mapping_set_yaml_cleaned, "mapping set")
# TODO fail_on_error: False because of https://github.com/linkml/linkml/issues/2164
print_linkml_report(report, False)


Expand Down

0 comments on commit 84c25a8

Please sign in to comment.