numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

Ensure the template visualizer has proper use of validation checks and placement of errors/warnings. #423

Open gwhitney opened 2 months ago

gwhitney commented 2 months ago

"The new Paramable design has a different place for isolated per-parameter validation checks and checks that involve more than one parameter in an interdependent way. So in the P5VisualizerTemplate example visualizer, we should ideally have (at least) one check of each sort, and put each one in its proper place. Right now, there is just one check that just involves a single parameter, and it is in the wrong place (i.e., in the cross-validation method)."