Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 0 additions & 160 deletions celeri/censored_distribution_stability_hotfix.py

This file was deleted.

5 changes: 0 additions & 5 deletions celeri/solve_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ class PymcModel:
else:
from pymc import Model as PymcModel

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


DIRECTION_IDX = {
"strike_slip": slice(None, None, 2),
Expand Down
Loading
Loading