diff --git a/HARK/core.py b/HARK/core.py index 80389315d..fbd9d1e66 100644 --- a/HARK/core.py +++ b/HARK/core.py @@ -103,7 +103,7 @@ def __infer_dims__( """ Infers the age-varying dimensions of a parameter. - If the parameter is a scalar, numpy array, booleanm callable or None, + If the parameter is a scalar, numpy array, boolean, distribution, callable or None, it is assumed to be invariant over time. If the parameter is a list or tuple, it is assumed to be varying over time. If the parameter is a list or tuple of length greater than 1, the length of the list or tuple must match