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
Currently, datasets with only 1 stratum (species with very small ranges and coarse grained stratifications such as BCRs), throw an obscure error in the run_model() function. The error references a dimension mismatch that relates to a multi-dimensional array that should have a dimension defined by the number of strata.
To do:
Short-term: add a meaningful error message. include suggestions to try a finer grained stratification (latlong).
Long-term: adjust the code and models so that the models can be fit using only a single stratum.
The text was updated successfully, but these errors were encountered:
Currently, datasets with only 1 stratum (species with very small ranges and coarse grained stratifications such as BCRs), throw an obscure error in the
run_model()
function. The error references a dimension mismatch that relates to a multi-dimensional array that should have a dimension defined by the number of strata.To do:
The text was updated successfully, but these errors were encountered: