-
Notifications
You must be signed in to change notification settings - Fork 65
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
Increased Test Coverage #701
Conversation
Quality Gate passedIssues Measures |
@@ -61,8 +65,8 @@ def export_metadata_as_csv(spectra: List[Spectrum], filename: str, | |||
Expected input is a list of :py:class:`~matchms.Spectrum.Spectrum` objects. | |||
filename: | |||
Provide filename to save metadata of spectrum(s) as csv file. | |||
identifier: | |||
Identifier used for naming each spectrum in the output file. | |||
include_fields: |
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.
Good catch.
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.
Looks very good. Thanks a lot @julianpollmann !
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
No description provided.