Skip to content

Improved test for OpenSCADdxf.py #35

@mconsidine

Description

@mconsidine

As noted privately, the conditional test in "AholdsB" should be :
if ((math.isclose(A.common(B).Area,B.Area,rel_tol=1e-09) == True) and (A != B)):
rather than
if ((A.common(B).Area == B.Area) and (A != B)):

EDIT: That also requires an import math at the top of the file

mconsidine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions