xtensor-stack/xframe

Should xvariable_masked_view's value type be an xoptional?

martinRenou opened this issue · 0 comments

I wonder if the value_type in xvariable_masked_view should be an xoptional<xmasked_value<T, B1>, B2> instead of xmasked_value<xoptional<T, B1>, B2>, because other variable types contains xoptionals