formatting

This commit is contained in:
Dr. Kashif Rasul
2020-06-18 22:14:30 +02:00
parent bab3716819
commit ac1e89e2cb
5 changed files with 11 additions and 34 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ def test_independent_normal() -> None:
loc = np.arange(0, dim) / float(dim)
diag = np.arange(dim) / dim + 0.5
Sigma = diag**2
Sigma = diag ** 2
distr = Independent(Normal(loc=torch.Tensor(loc), scale=torch.Tensor(diag)), 1)