Don't warn repeatedly when l_mat and w_mat are inconsistent #277
Labels
minor effort
Resolving this issue will involve a minor effort
setting parameters
Issue relates to the part of mizer used for setting up MizerParams objects.
If a species parameter has both an
l_mat
and aw_mat
column, then each time mizer checks the validity of the species parameters (which it does each time a species parameter is changed) it issues a warning if thel_mat
andw_mat
values are inconsistent with each other. This will be a nuisance when the user has made a conscious decision to changew_mat
(for example while usingtuneParams()
) but does not want to have to changel_mat
by hand at the same time.There are two possible solutions:
l_mat
column once there is anw_mat
columnl_mat
column each timew_mat
is changed and similarly recalculatew_mat
whenl_mat
is changed.I am in favour of the first solution.
The text was updated successfully, but these errors were encountered: