• Rémi Louf's avatar
    Make `ChoiceRV` behave like NumPy's `choice` · 78706bd8
    Rémi Louf 提交于
    `ChoiceRV` currently does not behave like its NumPy equivalent when its
    `a` parameters is an `int` or an array with more than one dimension. We
    implement the necessary changes so that it does.
    78706bd8
test_basic.py 37.5 KB