4f75512036063f707ac077a22bc028c81edfef27,tests/lazy/test_solve_lazy.py,,test_solve,#Any#Any#,40
Before Change
cho_cov = cho_cov.eval()
cov = cho_cov.dot(cho_cov.T)
LnL0 = multivariate_normal.logpdf(mu, mean=mu, cov=cov)
LnL = multivariate_normal.logpdf([0.1, 0.2, 0.3] , mean=mu, cov=cov)
assert LnL0 - LnL < 5.00
After Change
assert LnL0 - LnL < 5.00
// Check that we can draw from the posterior
map.draw()
@pytest.mark.parametrize("L,C,woodbury", lnlike_inputs)
def test_lnlike(L, C, woodbury):
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances Project Name: rodluger/starry
Commit Name: 4f75512036063f707ac077a22bc028c81edfef27
Time: 2019-12-17
Author: rodluger@gmail.com
File Name: tests/lazy/test_solve_lazy.py
Class Name:
Method Name: test_solve
Project Name: rodluger/starry
Commit Name: 4f75512036063f707ac077a22bc028c81edfef27
Time: 2019-12-17
Author: rodluger@gmail.com
File Name: tests/greedy/test_system_solve_greedy.py
Class Name:
Method Name: test_solve
Project Name: dmlc/dgl
Commit Name: 7156c7163b046686064d7c9de445041870e672bc
Time: 2018-12-01
Author: minjie.wang@nyu.edu
File Name: tutorials/1_first.py
Class Name:
Method Name:
Project Name: rodluger/starry
Commit Name: 4f75512036063f707ac077a22bc028c81edfef27
Time: 2019-12-17
Author: rodluger@gmail.com
File Name: tests/lazy/test_system_solve_lazy.py
Class Name:
Method Name: test_solve