Add missing .get() in analytic solution test
Loading
-
@enache2 So the reason why
einsum
is unhappy is becausefields[i]
are PyOpenCL arrays, whicheinsum
can't digest directly.Using a debugger or doing
print(type(fields[2]))
will reveal that.
Please register or sign in to comment