-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Continued from the end of #118.
test$ rm *vtu;pycl test_refinement.py 'test_refine_surfaces(_acf, "icosphere", True)'
Traceback (most recent call last):
File "/home/andreas/src/meshmode/test/test_refinement.py", line 360, in <module>
exec(sys.argv[1])
File "<string>", line 1, in <module>
File "/home/andreas/src/meshmode/test/test_refinement.py", line 349, in test_refine_surfaces
refined_mesh = refine_uniformly(mesh, 1)
File "/home/andreas/src/meshmode/meshmode/mesh/refinement/__init__.py", line 991, in refine_uniformly
refiner.refine_uniformly()
File "/home/andreas/src/meshmode/meshmode/mesh/refinement/no_adjacency.py", line 61, in refine_uniformly
return self.refine(flags)
File "/home/andreas/src/meshmode/meshmode/mesh/refinement/no_adjacency.py", line 227, in refine
new_mesh = Mesh(new_vertices, new_el_groups, is_conforming=(
File "/home/andreas/src/meshmode/meshmode/mesh/__init__.py", line 779, in __init__
assert _test_node_vertex_consistency(
File "/home/andreas/src/meshmode/meshmode/mesh/__init__.py", line 983, in _test_node_vertex_consistency
assert _test_node_vertex_consistency_resampling(mesh, mgrp, tol)
File "/home/andreas/src/meshmode/meshmode/mesh/__init__.py", line 971, in _test_node_vertex_consistency_resampling
assert max_el_vertex_error < tol*size, max_el_vertex_error
AssertionError: 9.901371953343942
Quite likely a numpy behavior change.
- numpy 1.20 wheel: fine
- numpy 1.20.1 wheel: fine
pip install --no-binary ":all:" numpy cython: (resulting in 1.20.1) error (only on my laptop, not on dunkel)
cc @alexfikl because it feels less lonely that way. :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels