Skip to content

Commit

Permalink
Added a ReferenceValidator that performs complete normalizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jan 27, 2023
1 parent 1aae031 commit 46e950c
Show file tree
Hide file tree
Showing 6 changed files with 951 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ update_model:

test:
poetry run python -m unittest discover

# temporary measure until linkml-model is synced
linkml_runtime/processing/validation_datamodel.py: linkml_runtime/processing/validation_datamodel.yaml
gen-python $< > $@.tmp && mv $@.tmp $@
Loading

0 comments on commit 46e950c

Please sign in to comment.