diff --git a/rerun_py/tests/unit/test_dataframe.py b/rerun_py/tests/unit/test_dataframe.py index 65af663ff9b9..5532ca283fbc 100644 --- a/rerun_py/tests/unit/test_dataframe.py +++ b/rerun_py/tests/unit/test_dataframe.py @@ -240,7 +240,6 @@ def test_filter_is_not_null(self) -> None: assert table.column("my_index")[0].equals(self.expected_index1[0]) - # TODO(jleibs): Why is this failing. This is empty when it should have a value assert table.column("/points:Position3D")[0].values.equals(self.expected_pos1) def test_view_syntax(self) -> None: