matchGrowth()
gives error when there is no w_inf
column
#279
Labels
bug
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.
matchGrowth()
is trying to be nice and tries to calculate the maturity age from von Bertalanffy parameters whenage_mat
is not supplied. Unfortunately it does this even if there is now_inf
column and this leads to an error message:Error in names(a_mat) <- sp$species : 'names' attribute [12] must be the same length as the vector [0]
The text was updated successfully, but these errors were encountered: