Closed cmauney closed 5 years ago
This was due to confusion on my part. Forcing evaluation (xt::eval) fixed it.
I think this is a valid issue with printing xfunctions with xtensor_fixed containers.
There seems to be some code which tries to assign a value to a non-writable strides in xaccumulator. We need to check that we use the correct assignable strides type.
This may be related to #1345 The follow code demonstrates the difficulty:
The error is the following:
Using the latest version on master. GCC v8.2.1.
EDIT: updated error;