Claudius-Appel / duflor.gui

GUI frontent for `duflor`-package
https://claudius-appel.github.io/duflor.gui/
MIT License
0 stars 0 forks source link

deselecting all spectrums in the popup-window after pressing `execute analysis`, then continuing on will error out the app #33

Closed Claudius-Appel closed 6 months ago

Claudius-Appel commented 6 months ago

Error-message in console:

Warnung: Error in : 'lower_bound' must be a matrix of N times 3 numerical values.
  3: runApp
  2: print.shiny.appobj
  1: <Anonymous>

fix:

upon submission, verify that the respective input-value has at least one entry. If check fails, throw an ERROR-shinyNotification and ask the user to retry with at least a single spectrum selected.