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 pick_cest program launch issue (Fixes #229) #231

Merged
merged 8 commits into from
May 28, 2024

Conversation

gbouvignies
Copy link
Owner

The pick_cest program was not launching due to an error with too many arguments on line 51 in the chemex/tools/pick_cest/buttons.py file. The issue has been resolved by removing the empty string input in the line of code causing the error. With this fix, the program now launches successfully and peak picking works as expected.

This pull request includes several other commits that update package versions, fix indentation in output files, fix y limits in simulation plots, and perform some refactoring. These changes improve the overall functionality and maintainability of the codebase.

Please review and merge this pull request. Thank you!

@gbouvignies gbouvignies merged commit a25a36b into main May 28, 2024
4 checks passed
@gbouvignies gbouvignies deleted the gbouvignies/issue229 branch May 28, 2024 21:10
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.

1 participant