Open PerretB opened 6 years ago
This would be a very welcome addition!
This would be a really nice thing to have! xtensor_fixed
is a fundamental datatype and the absence of this feature is going to cause me to have to rewrite a lot of code that I expected to easily use from python...
Hi,
currently xtensor python brings seamless integration of
xarray
andxtensor
types with numpy. Howeverxtensor_fixed
type is not supported. Hence the following definitions work (withm
an instance ofpybind11::module
):while this one fails
at runtime. When trying to call the method from python, the following error is reported:
Would it be possible to add seamless integration with
xtensor_fixed
?