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
Note that "sampling" a :func:`~pymc.Deterministic` does not force random variables
670
-
that depend on this quantity to be sampled too. In the following example ``z`` will not
671
-
be resampled even though it depends on ``det_xy``:
669
+
.. danger:: Including a :func:`~pymc.Deterministic` in `var_names` may incorrectly force a random variable to be resampled, as happens with ``z`` in the following example:
0 commit comments