mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-06-27 19:32:05 +08:00
formatting
This commit is contained in:
@@ -212,8 +212,8 @@ def test_lowrank_multivariate_normal() -> None:
|
||||
)
|
||||
|
||||
distr = LowRankMultivariateNormal(
|
||||
loc=torch.Tensor(loc_hat),
|
||||
cov_diag=torch.Tensor(cov_diag_hat),
|
||||
loc=torch.Tensor(loc_hat),
|
||||
cov_diag=torch.Tensor(cov_diag_hat),
|
||||
cov_factor=torch.Tensor(cov_factor_hat),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user