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

Add conservative kwarg in structural_transformation #2805

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

YingboMa
Copy link
Member

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.

`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`.
@ChrisRackauckas ChrisRackauckas merged commit 22fb377 into master Jun 15, 2024
21 of 23 checks passed
@ChrisRackauckas ChrisRackauckas deleted the myb/conservative branch June 15, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants