Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed May 15, 2024
1 parent 03ced86 commit ad1aecf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildingmotif/dataclasses/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ def validate(
# remove imports from data graph
data_graph.remove((None, OWL.imports, None))

data_graph.serialize("/tmp/data.ttl", format='ttl')
shapeg.serialize("/tmp/shape.ttl", format='ttl')

# validate the data graph
valid, report_g, report_str = shacl_validate(
data_graph, shapeg, engine=self._bm.shacl_engine
Expand Down

0 comments on commit ad1aecf

Please sign in to comment.