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
BUG: fix null-space normalization w/r to round-offs
When finding the smallest non-zero value in a null space row,
ignore differences that are within round-off errors.
This should prevent self-reference in a position formulas, e.g.,
`{'x': '-x', 'y': 'x +1', 'z': 'x +1'}`.
0 commit comments