We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Newest test suite has failing tests (https://github.com/mesh-adaptation/movement/actions/runs/12221232036/job/34412642275)
=========================== short test summary info ============================ FAILED test/test_forced_movement.py::TestSpringMover::test_fixed_square - ValueError: ('on_boundary',) contains invalid boundary tags. FAILED test/test_forced_movement.py::TestSpringMover::test_fixed_triangle - ValueError: ('on_boundary',) contains invalid boundary tags. FAILED test/test_spring.py::TestExceptions::test_invalid_bc_tag_valueerror - AssertionError: '(4,) contains invalid boundary tags.' != '[4] contains invalid boundary tags.' - (4,) contains invalid boundary tags. ? ^ ^^ + [4] contains invalid boundary tags. ? ^ ^ FAILED test/test_spring.py::TestExceptions::test_tangling_valueerror - AssertionError: "('on_boundary',) contains invalid boundary tags." != 'Mesh has 1 tangled element.' - ('on_boundary',) contains invalid boundary tags. + Mesh has 1 tangled element. FAILED test/test_spring.py::TestStiffness::test_boundary_conditions_1x1_square_all_boundary - ValueError: ('on_boundary',) contains invalid boundary tags. FAILED test/test_spring.py::TestStiffness::test_boundary_conditions_triangle_all_boundary - ValueError: ('on_boundary',) contains invalid boundary tags. =========== 6 failed, 122 passed, 675 warnings in 769.77s (0:12:49) ============
The text was updated successfully, but these errors were encountered:
#138: Fix boundary condition tag comparison to handle tuple format
fd61307
#138: Remove now unneccessary iterable check
8d48ed8
#138: Drop another unnecessary check
c2bf5de
e628c64
ddundo
Successfully merging a pull request may close this issue.
Newest test suite has failing tests (https://github.com/mesh-adaptation/movement/actions/runs/12221232036/job/34412642275)
The text was updated successfully, but these errors were encountered: