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

Fix quality issue #866

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Fix quality issue #866

merged 1 commit into from
Jan 6, 2025

Conversation

figueroa1395
Copy link
Contributor

@figueroa1395 figueroa1395 commented Jan 6, 2025

Fixes https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model

n_fault_ (private member of ShortCircuitSolver) was never initialized, but it was never used either. This triggered a sonar cloud flag and hence the decreased rating. I am removing the unused member variable.

Signed-off-by: Santiago Figueroa Manrique <[email protected]>
@figueroa1395 figueroa1395 self-assigned this Jan 6, 2025
@figueroa1395 figueroa1395 added the improvement Improvement on internal implementation label Jan 6, 2025
@figueroa1395 figueroa1395 enabled auto-merge January 6, 2025 11:08
Copy link

sonarqubecloud bot commented Jan 6, 2025

@figueroa1395 figueroa1395 added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit 2998cde Jan 6, 2025
29 checks passed
@figueroa1395 figueroa1395 deleted the fix-quality-gate branch January 6, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement on internal implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants