Commit 93e23da6 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

avoid copies of temporal masks

The template argument defining the type of for temporal masks was not
used in the elements/intermediates/metrics functions, and since a copy
from the user-provided input masks is required to not modify it, it
makes more sense to directly initialise it as an xtensor rather than
propagate a template argument to use pytensor/rtensor.
parent b2032105
Showing with 2 additions and 2 deletions
+2 -2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment