Skip to content

Commit

Permalink
add distribution to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mv77 committed Feb 22, 2024
1 parent c12db93 commit 8ffc451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HARK/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffc451

Please sign in to comment.