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

Improve alignment scores #1701

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

robinschmid
Copy link
Member

No description provided.

@robinschmid robinschmid requested a review from ansgarkorf March 6, 2024 10:04
void getAlignmentScore() {
double score = FeatureListUtils.getAlignmentScore(200.2, 5.1f, null, null,
Range.closed(200d, 201d), Range.closed(5f, 5.5f), null, null, 3, 1, 0, 0);
Assertions.assertTrue(score > 0);
Copy link
Member

Choose a reason for hiding this comment

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

Can you double check the expected test results?

@ansgarkorf ansgarkorf merged commit 6266921 into mzmine:master Mar 7, 2024
5 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