• James Bergstra's avatar
    fixed tests of shared_randomstreams and randomstreams · bb05e008
    James Bergstra 提交于
    The test_default_shape function in both modules was coded incorrectly. It used
    the same generator for uniform and multinomial samples, whereas the modules being
    tested used different generators for the uniform an multinomial samples.
    
    It only worked for as long as it did because only a single multinomial sample
    was being tested, and by chance the different generators  happened to draw the
    same bit.
    bb05e008
名称
最后提交
最后更新
..
compile 正在载入提交数据...
gof 正在载入提交数据...
misc 正在载入提交数据...
sandbox 正在载入提交数据...
scalar 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
configdefaults.py 正在载入提交数据...
configparser.py 正在载入提交数据...
gradient.py 正在载入提交数据...
printing.py 正在载入提交数据...
scan.py 正在载入提交数据...