Skip to content

Commit d81473f

Browse files
committed
Remove wrong instantiation from test
This is not only not used anywhere, but could also try to initiate an RV with incompatible shapes and size
1 parent 4211a39 commit d81473f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ def check_rv_size(self):
928928
params = {
929929
k: p * np.ones(self.repeated_params_shape) for k, p in self.pymc_dist_params.items()
930930
}
931-
self._instantiate_pymc_rv(params)
932931
sizes_to_check = [None, self.repeated_params_shape, (5, self.repeated_params_shape)]
933932
sizes_expected = [
934933
(self.repeated_params_shape,),

0 commit comments

Comments
 (0)