Skip to content

Commit

Permalink
Remove deprecated Bound distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Feb 28, 2024
1 parent a2988c7 commit 2f85e66
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 578 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
tests/distributions/test_multivariate.py
- |
tests/distributions/test_bound.py
tests/distributions/test_censored.py
tests/distributions/test_simulator.py
tests/sampling/test_forward.py
Expand Down
3 changes: 0 additions & 3 deletions pymc/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from pymc.distributions.bound import Bound
from pymc.distributions.censored import Censored
from pymc.distributions.continuous import (
AsymmetricLaplace,
Expand Down Expand Up @@ -129,7 +128,6 @@
"HalfCauchy",
"Gamma",
"Weibull",
"Bound",
"LogNormal",
"Lognormal",
"HalfStudentT",
Expand Down Expand Up @@ -192,7 +190,6 @@
"Logistic",
"LogitNormal",
"Interpolated",
"Bound",
"Rice",
"Moyal",
"Simulator",
Expand Down
307 changes: 0 additions & 307 deletions pymc/distributions/bound.py

This file was deleted.

Loading

0 comments on commit 2f85e66

Please sign in to comment.