Skip to content

Commit

Permalink
drop owl import
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 19, 2024
1 parent 4bfbc0d commit f4fb6ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/unit/api/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from rdflib import Graph, Namespace, URIRef
from rdflib.compare import isomorphic, to_isomorphic
from rdflib.namespace import RDF, OWL
from rdflib.namespace import RDF

from buildingmotif.dataclasses import Library, Model
from buildingmotif.namespaces import BRICK, A
Expand Down Expand Up @@ -448,7 +448,10 @@ def test_test_model_against_shapes(client, building_motif, shacl_engine):
f"/models/{medium_office_model.id}/validate_shape",
headers={"Content-Type": "application/json"},
json={
"shape_collection_ids": [ashrae_g36.get_shape_collection().id, brick.get_shape_collection().id],
"shape_collection_ids": [
ashrae_g36.get_shape_collection().id,
brick.get_shape_collection().id,
],
"shape_uris": [
"urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-3",
"urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-4",
Expand Down

0 comments on commit f4fb6ef

Please sign in to comment.