PoonLab / KaphiShiny

A Shiny web interface for running Kaphi
0 stars 0 forks source link

Resetting the distribution of a model's parameter causes the distribution numeric inputs of all parameters to be reset #19

Open 0ldM4j0r opened 6 years ago

0ldM4j0r commented 6 years ago

For multi-parameter models changing the distribution of one parameter causes the other parameters distribution numeric inputs to be reset to the default values.

One way around that is setting the distributions of all model parameters and then setting the numeric inputs of said distributions. Of course, this isn't the way the app should behave. Therefore, I will focus on fixing this bug ASAP.