File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -199,17 +199,6 @@ def transform_params(*args):
199
199
return transforms .Interval (bounds_fn = transform_params )
200
200
201
201
202
- def assert_negative_support (var , label , distname , value = - 1e-6 ):
203
- warnings .warn (
204
- "The assert_negative_support function will be deprecated in future versions!"
205
- " See https://github.com/pymc-devs/pymc/issues/5162" ,
206
- DeprecationWarning ,
207
- )
208
- msg = f"The variable specified for { label } has negative support for { distname } , "
209
- msg += "likely making it unsuitable for this parameter."
210
- return Assert (msg )(var , pt .all (pt .ge (var , 0.0 )))
211
-
212
-
213
202
def get_tau_sigma (
214
203
tau : TensorLike | None = None , sigma : TensorLike | None = None
215
204
) -> tuple [TensorVariable , TensorVariable ]:
You can’t perform that action at this time.
0 commit comments