Related Problem
In the notebook analyses, users directly provide filenames, options, and settings. Typos and errors can introduce issues further downstream, at which point debugging can be difficult.
Solution Requested
All possible values should be printed before input is accepted. User input should be checked for potential issues immediately after it is accepted.
Related Problem
In the notebook analyses, users directly provide filenames, options, and settings. Typos and errors can introduce issues further downstream, at which point debugging can be difficult.
Solution Requested
All possible values should be printed before input is accepted. User input should be checked for potential issues immediately after it is accepted.