Skip to content

Commit

Permalink
fix typing (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk committed Feb 1, 2024
1 parent e13eff4 commit 210ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsplat/sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def spherical_harmonics(
degrees_to_use: int,
viewdirs: Float[Tensor, "*batch 3"],
coeffs: Float[Tensor, "*batch D C"],
) -> Float[Tensor, "*batch D C"]:
) -> Float[Tensor, "*batch C"]:
"""Compute spherical harmonics
Note:
Expand Down

0 comments on commit 210ed53

Please sign in to comment.