Multiplication of Array and Matrices containing units, fails based on order of input #3314
Open
Description
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
A clear and concise description of what the bug is.
If I do a multiplication with an array containing units and one without.
It fails if the array containing the units is the first array, but it succeeds if I reverse the order.
To Reproduce
Steps to reproduce the behavior.
multiply("[1m,2m,3m]","[1,2,3]")