We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c0742 commit c1cdb87Copy full SHA for c1cdb87
nerfstudio/utils/tensor_dataclass.py
@@ -280,7 +280,7 @@ def _apply_fn_to_fields(
280
) -> TensorDataclassT:
281
"""Applies a function to all fields of the tensor dataclass.
282
283
- TODO: Someone needs to make a high level design choice for whether not we want this
+ TODO: Someone needs to make a high level design choice for whether or not we want this
284
to apply the function to any fields in arbitray superclasses. This is an edge case until we
285
upgrade to python 3.10 and dataclasses can actually be subclassed with vanilla python and no
286
janking, but if people try to jank some subclasses that are grandchildren of TensorDataclass
0 commit comments