Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk committed Oct 3, 2023
1 parent e663632 commit cc51309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cc51309

Please sign in to comment.