Closed JHopeCollins closed 2 years ago
Because MixedFunctionSpace
is indexable (apparently infinitely), numpy thought that a list of mixed spaces was an array-like object with very large dimension.
reduce
doesn't do anything but apply mul
so doesn't run into this issue.
Should resolve #84