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