Skip to content

affine_map einsum compatibility

Alexandru Fikl requested to merge fikl2/meshmode:affine-map-compat into master

Apparently einsum is creating F_CONTIGUOUS arrays these days. It has an order argument for the output, but I couldn't get it to do anything locally on numpy 1.14.

Merge request reports