Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplication of Array and Matrices containing units, fails based on order of input #3314

Open
orelbn opened this issue Nov 7, 2024 · 1 comment

Comments

@orelbn
Copy link
Contributor

orelbn commented Nov 7, 2024

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.

image

To Reproduce
Steps to reproduce the behavior.

multiply("[1m,2m,3m]","[1,2,3]")
@josdejong
Copy link
Owner

Thanks for reporting Orel!

Help debugging and fixing this issue would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants