Commit 7ded7f39 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

move away from fully generic API for evald

The use of `xexpression` and template parameter was showing its limits
as the data type could not be different between the different n-dim
inputs (e.g. masks had to be as double rather than bool). Since there is
no real need to be able to use `evald` on `xarray`, the genericity of
its API is reduced so that it now expects inputs to be tensor only. The
number of dimensions for the tensors becomes a template parameter.
No related merge requests found
Pipeline #38715 failed with stages
in 1 minute and 24 seconds
Showing with 95 additions and 122 deletions
+95 -122
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