pharmpy / modelbuilder

A GUI to build models using Pharmpy
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Add "add row" button for IIV? #134

Open antoniaih opened 4 months ago

antoniaih commented 4 months ago

Since it is possible to delete rows in the IIV table there should be a button to add parameters to the table. Otherwise deleted parameters are lost and the user has to start from scratch.

rikardn commented 4 months ago

Why should it be possible to delete rows? Isn't the check box enough?

antoniaih commented 4 months ago

I think the main idea was to make the table less cluttered in case of a model with many parameters, e.g. a model with many transits.

rikardn commented 4 months ago

Many transits still only have one parameter extra so I think we should remove the delete button and always list all parameters.