Skip to content

Commit 5a7db77

Browse files
authored
Remove superflous guardrail for ellipsoidal vertical+horizontal (#173)
1 parent b65b568 commit 5a7db77

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/transformez/reference/parser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ def parse_reference_mapping(mapping: Mapping[str, Any]) -> ParsedReference:
217217
raise UnsupportedReferenceError(
218218
f"Explicit horizontal component ({horz_val}) cannot contain a vertical definition."
219219
)
220-
if vert_ref and vert_ref.horizontal_specified:
221-
raise UnsupportedReferenceError(
222-
f"Explicit vertical component ({vert_val}) cannot contain a horizontal definition."
223-
)
224220

225221
# Stitch and Return
226222
return ParsedReference(

0 commit comments

Comments
 (0)