You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]")
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: