Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add model parameters to safe parse of distribution parameters
Sympy expressions of distribution parameters may contain model parameters as free variables. This PR passes `param_symbols` to the safe parse of distribution parameter expressions. This will support the representation of multi-level models. ```python processed_distr_parameters[param_key] = \ safe_parse_expr(param_value, local_dict=param_symbols) ```
- Loading branch information