xtensor-stack / xtensor-r

R bindings for xtensor
BSD 3-Clause "New" or "Revised" License
87 stars 15 forks source link

roptional inner types #107

Closed SylvainCorlay closed 5 years ago

SylvainCorlay commented 5 years ago

Fixes #94

Failure is due to rcontainer_optional lacking the optional base setting the expression tag properly.

SylvainCorlay commented 5 years ago

@DavisVaughan I have found the issue, and there is a little bit of code to write (essentially proving the xtensor expression tag to rcontainer_optional). We should be able to fix it tomorrow.

SylvainCorlay commented 5 years ago

Closing this one and opening an issue in core xtensor detailing what we want to do.