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 error #103

Open
Psychomachia opened this issue Jul 4, 2024 · 0 comments
Open

tests error #103

Psychomachia opened this issue Jul 4, 2024 · 0 comments

Comments

@Psychomachia
Copy link

When I run "make tests", I get this error.

ERROR: test_cylinders (tests.test_aabb_n_tree.TestAABBNormal)

Traceback (most recent call last):
File "/home/kubo/venv/test/TalkSHOW/mesh/tests/test_aabb_n_tree.py", line 58, in test_cylinders
tree_handle_no_normals = create_tree(0)
File "/home/kubo/venv/test/TalkSHOW/mesh/tests/test_aabb_n_tree.py", line 55, in
create_tree = lambda eps: aabb_normals.aabbtree_n_compute(self.cylinder_m.v,
ValueError: Faces must be of type uint32, and 2 dimensional

======================================================================
ERROR: test_dist_classic (tests.test_aabb_n_tree.TestAABBNormal)

Traceback (most recent call last):
File "/path/to/TalkSHOW/mesh/tests/test_aabb_n_tree.py", line 30, in test_dist_classic
tree_handle = aabb_normals.aabbtree_n_compute(self.simple_m.v,
ValueError: Faces must be of type uint32, and 2 dimensional

======================================================================
ERROR: test_dist_normals (tests.test_aabb_n_tree.TestAABBNormal)

Traceback (most recent call last):
File "/path/to/TalkSHOW/mesh/tests/test_aabb_n_tree.py", line 42, in test_dist_normals
tree_handle = aabb_normals.aabbtree_n_compute(self.simple_m.v,
ValueError: Faces must be of type uint32, and 2 dimensional

======================================================================
ERROR: test_selfintersects (tests.test_aabb_n_tree.TestAABBNormal)

Traceback (most recent call last):
File "/path/to/TalkSHOW/mesh/tests/test_aabb_n_tree.py", line 79, in test_selfintersects
tree_handle_no = aabb_normals.aabbtree_n_compute(self.simple_m.v,
ValueError: Faces must be of type uint32, and 2 dimensional


I don't change code anything. Why occur this error? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant