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

Tests fail #138

Closed
ddundo opened this issue Dec 14, 2024 · 0 comments · Fixed by #139
Closed

Tests fail #138

ddundo opened this issue Dec 14, 2024 · 0 comments · Fixed by #139
Assignees
Labels
bug Something isn't working PRIORITY We should address this ASAP

Comments

@ddundo
Copy link
Member

ddundo commented Dec 14, 2024

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) ============
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 We should address this ASAP
Development

Successfully merging a pull request may close this issue.

1 participant