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
Add conservative kwarg in structural_transformation
`conservative=true` limits tearing to only solve for trivial linear systems
where the coefficient has the absolute value of 1. This is useful for debugging
numerical stability issues after tearing. By default, we set
`conservative=false`.
0 commit comments