• 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
名称
最后提交
最后更新
..
sandbox 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
basic.py 正在载入提交数据...
sharedvar.py 正在载入提交数据...