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

[BUG] Sparse Matrix Error in ill-conditioned state estimation for meshed grids #864

Open
TonyXiang8787 opened this issue Dec 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TonyXiang8787
Copy link
Member

After #853 is fixed by #862 , the source of the SparseMatrixError problem has been fixed using pivot perturbation. However, pivot perturbation is not enabled (yet) for meshed grids, which means the ill-conditioned state estimation for meshed grids could still throw SparseMatrixError.

The reason that we cannot enable pivot perturbation in meshed grids is the lack of the sufficient observability condition check for meshed grids. If we are not sure whether the system is sufficiently observable, enable pivot perturbation could create fake observability.

This issue is automatically solved once the full sufficient observability check for all grids has been implemented as described in #84.

We can create additional ill-conditioned meshed grids for validation cases with xfail.

@TonyXiang8787 TonyXiang8787 added the bug Something isn't working label Dec 31, 2024
@TonyXiang8787
Copy link
Member Author

@petersalemink95 this is needed after we fix the LU solver. When the observability check is fully implemented, this issue is automatically solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant