Skip to content

Commit

Permalink
not failing anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 11, 2024
1 parent 579574d commit d4ac32c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rerun_py/tests/unit/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4ac32c

Please sign in to comment.