-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A clear and concise description of what the bug is.
rj .+= a2 * n1 |
The rj .+= a2 * n1
should be rj .+= a2 * n2
and the errors persist the lines below.
To Reproduce
A code snippet to reproduce the behavior
Not applied.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
- Julia version 1.12
- Package Version (use
Pkg.status()
to see the version of your current environment)
Additional context
Add any other context about the problem here.
I can work on a small PR to fix it, or tell me if you want to deprecate this function.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working