Skip to content
Snippets Groups Projects
Commit 27853b5e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

UNIT_VERTICES list -> unit_vertices function

parent 56a6222d
No related branches found
No related tags found
No related merge requests found
......@@ -445,8 +445,8 @@ def test_sanity_single_element(ctx_getter, dim, order, visualize=False):
cl_ctx = ctx_getter()
queue = cl.CommandQueue(cl_ctx)
from modepy.tools import UNIT_VERTICES
vertices = UNIT_VERTICES[dim].T.copy()
from modepy.tools import unit_vertices
vertices = unit_vertices(dim).T.copy()
center = np.empty(dim, np.float64)
center.fill(-0.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment