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

2.5.60 RC #1695

Merged
merged 10 commits into from
Mar 5, 2024
Merged

2.5.60 RC #1695

merged 10 commits into from
Mar 5, 2024

Conversation

stevenweaver
Copy link
Member

No description provided.

src/core/alignment.cpp Dismissed Show dismissed Hide dismissed
Comment on lines +921 to +925
/*
for ( i = 0; i < score_rows * score_cols; ++i ) {
insertion_matrix[ i ] = 0.;
deletion_matrix[ i ] = 0.;
}
}*/

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Copy link
Member Author

@stevenweaver stevenweaver Mar 1, 2024

Choose a reason for hiding this comment

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

@spond -- Is this code used for debugging? If so, I think this notice can be dismissed.

src/core/alignment.cpp Fixed Show resolved Hide resolved
src/core/matrix_mult.cpp Dismissed Show dismissed Hide dismissed
Copy link

sonarqubecloud bot commented Mar 4, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@stevenweaver stevenweaver merged commit 6282dbb into master Mar 5, 2024
4 of 6 checks passed
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