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
Fixes#35. This one was sneaky. The bug was introduced in
0681b24,
which looks innocuous on the surface -- but there's a big difference
between subtracting two *vectors* (what the original code did) and
subtracting two *scalars* (which is what the code does now). What we
actually want to do is *add* the two scalars.
wat.
The text was updated successfully, but these errors were encountered: