When you select multiple parameters, the method options populate as expected. However, when you choose a parameter that has multiple methods, none are returned. This is because the mcodes list is nested, making it initially appear that the array length is always 1, with the first entry being the embedded list of all the methods. Fix this in the function parameterSelected(). This is not a problem in the graph options. To recreate, select the parameter Gen_sxtA_DNA_0.2um.
When you select multiple parameters, the method options populate as expected. However, when you choose a parameter that has multiple methods, none are returned. This is because the
mcodes
list is nested, making it initially appear that the array length is always 1, with the first entry being the embedded list of all the methods. Fix this in the functionparameterSelected()
. This is not a problem in the graph options. To recreate, select the parameterGen_sxtA_DNA_0.2um
.