Skip to content
Commit 07a58f96 authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

fix affine_map to not change array to F_CONTINUGOUS

einsum changed arrays from C_CONTIGUOUS to F_CONTINGUOUS, which got sent
to map_mesh above and reshaped into an array that wasn't C or F
contiguous.
parent 44ed963d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment