Skip to content

Commit 91b9cf9

Browse files
committed
fix save_ply deprication warning
1 parent 2323de5 commit 91b9cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsplat/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def save_ply(splats: torch.nn.ParameterDict, dir: str, colors: torch.Tensor = None):
1212
warnings.warn(
1313
"save_ply() is deprecated and may be removed in a future release. "
14-
"Please use the new export_gaussian_splats() function instead.",
14+
"Please use the new export_splats() function instead.",
1515
DeprecationWarning,
1616
stacklevel=2,
1717
)

0 commit comments

Comments
 (0)