• Pascal Lamblin's avatar
    Allow data for sparse matrices to be broadcastable · 63d5a55a
    Pascal Lamblin 提交于
    A problem occurred when the data (and indices) were constant vectors of
    length one, since they had a broadcastable pattern of (True,), not
    (False,) as was expected. That happened in the buildbot in debug mode
    with seed 24856.
    63d5a55a
basic.py 75.8 KB