-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update to testing version 3.9 - 3.11 #243
Conversation
Quality Gate passedIssues Measures |
…DeespcoreSettings
…settings for running fast
result = generate_test_results_ms2query(ms2library, local_test_spectra) | ||
np.testing.assert_almost_equal(result[0], (0.5645, 0.003861003861003861, False)) | ||
np.testing.assert_almost_equal(result[1], (0.409, 0.010610079575596816, False)) | ||
results = generate_test_results_ms2query(ms2library, local_test_spectra) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@florian-huber We had many tests that check for specific outcomes of the models. This is not easily maintainable, here I have removed all these specific checks and replace with checks for correct types instead of values. Do you think this is the way to go? Or do you have any other suggestions?
Made MS2Query MS2Deepscore 2.0 compatible.
Still to do: