nutpie
nutpie copied to clipboard
pymc: Random Deterministics are currently broken
If a deterministic variable uses a RandomVariable, it won't properly update the seed in the expanding_function of the compiled pymc model, as we only use the numba function but do not perform the updates.