From ccedec4446dbe13dc433f799b45791c5f0a0aece Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Wed, 1 Jan 2020 23:40:04 +0100 Subject: [PATCH] formatting --- test/modules/test_distribution_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/modules/test_distribution_output.py b/test/modules/test_distribution_output.py index 750cafe..fe81cff 100644 --- a/test/modules/test_distribution_output.py +++ b/test/modules/test_distribution_output.py @@ -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), )