You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
deftest_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 Linuxdesign=modeler.open_file(FILES_DIR/"ExtraEdgesDesignBefore.scdocx")
problem_areas=modeler.repair_tools.find_extra_edges(design.bodies)
assertproblem_areas[0].fix().successisTrue
The text was updated successfully, but these errors were encountered:
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 @umutsoysalansysThe text was updated successfully, but these errors were encountered: