Skip to content

Commit c5520fb

Browse files
committed
Fix ruff
1 parent c843403 commit c5520fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/models/splatfacto.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def get_outputs(self, camera: Cameras) -> Dict[str, Union[torch.Tensor, List]]:
743743

744744
# rescale the camera back to original dimensions before returning
745745
camera.rescale_output_resolution(camera_downscale)
746-
746+
747747
return {"rgb": rgb, "depth": depth, "accumulation": accumulation}
748748

749749
# Important to allow xys grads to populate properly

0 commit comments

Comments
 (0)