gbouvignies / ChemEx

ChemEx is an analysis program for chemical exchange detected by NMR.
https://gbouvignies.github.io/ChemEx/
GNU General Public License v3.0
28 stars 14 forks source link

Fix pick_cest program launch issue (Fixes #229) #231

Closed gbouvignies closed 3 months ago

gbouvignies commented 3 months ago

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!