From cc51309ced0bc6e56f7430f798491ab5eb7ba104 Mon Sep 17 00:00:00 2001 From: maturk Date: Tue, 3 Oct 2023 13:37:09 +0300 Subject: [PATCH] format --- tests/test_sh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sh.py b/tests/test_sh.py index ba4d351a0..5bda5c951 100644 --- a/tests/test_sh.py +++ b/tests/test_sh.py @@ -31,7 +31,7 @@ def test_sh(): check_grad = sh_coeffs.grad.detach() optim.zero_grad() - + # compute our colors and grads colors = sh.SphericalHarmonics.apply(degree, viewdirs, sh_coeffs) loss = torch.square(colors - gt_colors).mean()