Skip to content

Commit

Permalink
revise gold result to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Nov 13, 2023
1 parent cbaab3f commit 2a60090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _test_hausdorff_from_list_of_spaces(spaces):
def test_empty():
actual = _test_hausdorff_from_list_of_spaces([])

expected = cudf.DataFrame([])
expected = cudf.DataFrame([], columns=cudf.Index([]))

cudf.testing.assert_frame_equal(expected, actual)

Expand Down

0 comments on commit 2a60090

Please sign in to comment.