Skip to content

Commit c66901d

Browse files
committed
remove find_contrained_prior
1 parent ce5f2a2 commit c66901d

File tree

5 files changed

+0
-329
lines changed

5 files changed

+0
-329
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
tests/backends/test_base.py
6666
tests/backends/test_ndarray.py
6767
tests/step_methods/hmc/test_hmc.py
68-
tests/test_func_utils.py
6968
tests/distributions/test_shape_utils.py
7069
tests/distributions/test_mixture.py
7170
tests/test_testing.py

docs/source/api/misc.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ Other utils
88

99
compute_log_likelihood
1010
compute_log_prior
11-
find_constrained_prior
1211
DictToArrayBijection

pymc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def __set_compiler_flags():
5353
from pymc.data import *
5454
from pymc.distributions import *
5555
from pymc.exceptions import *
56-
from pymc.func_utils import find_constrained_prior
5756
from pymc.logprob import *
5857
from pymc.math import (
5958
expand_packed_triangular,

pymc/func_utils.py

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

tests/test_func_utils.py

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

0 commit comments

Comments
 (0)