From 8ffc45106d691b75743fb942a0dbfc68102fe84e Mon Sep 17 00:00:00 2001 From: Mateo VG Date: Thu, 22 Feb 2024 18:47:57 -0500 Subject: [PATCH] add distribution to docstring --- HARK/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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