Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test on fixing extra edges (for Geometry Service) #1335

Open
RobPasMue opened this issue Jul 31, 2024 · 0 comments · May be fixed by #1396
Open

Failing test on fixing extra edges (for Geometry Service) #1335

RobPasMue opened this issue Jul 31, 2024 · 0 comments · May be fixed by #1396
Assignees
Labels
bug Something isn't working PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog

Comments

@RobPasMue
Copy link
Member

After #1293, the following test inside tests/integration/test_repair_tools.py is failing. We decided to skip it but this requires investigation and resolution. Assigning task to @umutsoysalansys

def test_fix_extra_edge(modeler: Modeler):
    """Test to find and fix extra edge problem areas."""
    skip_if_linux(modeler, test_fix_extra_edge.__name__, "repair_tools")  # Skip test on Linux
    design = modeler.open_file(FILES_DIR / "ExtraEdgesDesignBefore.scdocx")
    problem_areas = modeler.repair_tools.find_extra_edges(design.bodies)
    assert problem_areas[0].fix().success is True
@RobPasMue RobPasMue added the bug Something isn't working label Jul 31, 2024
@RobPasMue RobPasMue added the PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog label Aug 30, 2024
@RobPasMue RobPasMue linked a pull request Sep 3, 2024 that will close this issue
9 tasks
@RobPasMue RobPasMue linked a pull request Sep 3, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants