Skip to content

Conversation

@AayushSabharwal
Copy link
Member

No description provided.

# disable to fix https://github.com/SciML/ModelingToolkit.jl/issues/3871
#sparsity = torn_system_jacobian_sparsity(sys)
#sparsity === nothing || return sparsity
sparsity = torn_system_jacobian_sparsity(sys)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is this related?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how jacobian_sparsity was prior to #3871. That PR commented out the use of torn_system_jacobian_sparsity due to incorrect results. This PR fixes torn_system_jacobian_sparsity, which means we can use it again.

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.

2 participants