Commit bb555aee authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

change masking conditions parameter type for strings

In order to be an accessible parameter type for Python (and hopefully
R in the future) bindings, `std::string` needed to be replaced with
`std::array<char, 32>`, a fixed-length string type.
No related merge requests found
Pipeline #38792 passed with stages
in 3 minutes and 5 seconds
Showing with 25 additions and 14 deletions
+25 -14
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