Skip to content

Commit 493d1d0

Browse files
committed
Revert "fix: apply numerical stability hotfix for censored Normal distributions"
This reverts commit 3edaae2. This will be safe once celeri requires a release of PyMC where pymc-devs/pymc#7996 has been merged.
1 parent 5508de7 commit 493d1d0

File tree

2 files changed

+0
-165
lines changed

2 files changed

+0
-165
lines changed

celeri/censored_distribution_stability_hotfix.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

celeri/solve_mcmc.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ class PymcModel:
1919
else:
2020
from pymc import Model as PymcModel
2121

22-
# Apply numerical stability fix for censored Normal distributions.
23-
# This is a workaround for https://github.com/pymc-devs/pymc/pull/7996
24-
# Fixes issue https://github.com/brendanjmeade/celeri/issues/341
25-
import celeri.censored_distribution_stability_hotfix # noqa: F401
26-
2722

2823
DIRECTION_IDX = {
2924
"strike_slip": slice(None, None, 2),

0 commit comments

Comments
 (0)