integers
and randint
raise TypeError if rng is not provided
#97
Labels
integers
and randint
raise TypeError if rng is not provided
#97
We should correct these methods to create the right type of RNG if they are not provided by the user (that's what
super().make_node()
) would do anywaypytensor/pytensor/tensor/random/basic.py
Lines 1914 to 1919 in 237f54f
pytensor/pytensor/tensor/random/basic.py
Lines 1964 to 1970 in 237f54f
The text was updated successfully, but these errors were encountered: