Skip to content

Commit

Permalink
remove ifc4x1 statement from grf001 (#70)
Browse files Browse the repository at this point in the history
* remove ifc4x1 statement from grf001

* function scope fix

* Update reference.py
  • Loading branch information
Ghesselink authored Aug 1, 2023
1 parent 8b18020 commit 1b2f0ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion features/GRF001_Identical-coordinate-operations.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IfcMapConversion in one representation context and IfcRigidOperation in another.

Scenario: IfcGeometricRepresentationContext

Given A file with Schema Identifier "IFC4X3" or "IFC4X3_TC1" or "IFC4X3_ADD1" or "IFC4x1"
Given A file with Schema Identifier "IFC4X3" or "IFC4X3_TC1" or "IFC4X3_ADD1"
And All instances of IfcGeometricRepresentationContext without subtypes
And Its Attribute HasCoordinateOperation
And Its values excluding SourceCRS
Expand Down
1 change: 0 additions & 1 deletion features/steps/thens/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@then("Every {something} must be referenced exactly {num:d} times by the loops of the face")
def step_impl(context, something, num):
assert something in ("edge", "oriented edge")

emitted_one_passing = False

def _():
Expand Down

0 comments on commit 1b2f0ae

Please sign in to comment.