Skip to content

Commit 2f85e66

Browse files
committed
Remove deprecated Bound distribution
1 parent a2988c7 commit 2f85e66

File tree

5 files changed

+0
-578
lines changed

5 files changed

+0
-578
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
tests/distributions/test_multivariate.py
6868
6969
- |
70-
tests/distributions/test_bound.py
7170
tests/distributions/test_censored.py
7271
tests/distributions/test_simulator.py
7372
tests/sampling/test_forward.py

pymc/distributions/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from pymc.distributions.bound import Bound
1615
from pymc.distributions.censored import Censored
1716
from pymc.distributions.continuous import (
1817
AsymmetricLaplace,
@@ -129,7 +128,6 @@
129128
"HalfCauchy",
130129
"Gamma",
131130
"Weibull",
132-
"Bound",
133131
"LogNormal",
134132
"Lognormal",
135133
"HalfStudentT",
@@ -192,7 +190,6 @@
192190
"Logistic",
193191
"LogitNormal",
194192
"Interpolated",
195-
"Bound",
196193
"Rice",
197194
"Moyal",
198195
"Simulator",

pymc/distributions/bound.py

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

0 commit comments

Comments
 (0)