You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a long term thing, but want to start failing faster and more clearly when initial conditions are misspecified. For example, mis-specified hier_effs often lead to e.g. error in eval_tidy: p_i_2008 not found messages.
Will want to write some functions that can quickly inspect modified names in hier_effs code and make sure they're actually present in the parameter/vital rates/etc
can also be a problem w/ define_pop_state(wt = c(0, 20, 200) (e.g. forgetting to prepend n_ to wt)
The text was updated successfully, but these errors were encountered:
More of a long term thing, but want to start failing faster and more clearly when initial conditions are misspecified. For example, mis-specified
hier_effs
often lead to e.g.error in eval_tidy: p_i_2008 not found
messages.Will want to write some functions that can quickly inspect modified names in
hier_effs
code and make sure they're actually present in the parameter/vital rates/etccan also be a problem w/
define_pop_state(wt = c(0, 20, 200)
(e.g. forgetting to prependn_
towt
)The text was updated successfully, but these errors were encountered: