Tarskin / HappyTools

A tool for the (high-throughput) processing of HPLC data.
Apache License 2.0
34 stars 16 forks source link

"Save Chromatogram" not working #49

Closed Tarskin closed 4 years ago

Tarskin commented 4 years ago

Describe the bug The "Save Chromatogram" button doesn't work, the function call is wrong, see log message below:

2019-12-09 14:03 __main__ ERROR save_chromatogram() takes 1 positional argument but 2 were given

To Reproduce Steps to reproduce the behavior:

  1. Open example data
  2. Perform "Baseline Correction"
  3. Click "Save Chromatogram"
  4. Open 'saved' chromatogram

Expected behavior The newly opened chromatogram (after step 4) should be baseline corrected, but it is the original chromatogram

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Tarskin commented 4 years ago

This bug has been fixed and no additional occurrences of this bug were reported.