mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-09 12:20:54 +08:00
formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user