MCPcopy
hub / github.com/ray-project/ray / test_rows_same

Function test_rows_same

python/ray/data/tests/test_util.py:537–542  ·  view source on GitHub ↗
(actual: pd.DataFrame, expected: pd.DataFrame, expected_equal: bool)

Source from the content-addressed store, hash-verified

535 ],
536)
537def test_rows_same(actual: pd.DataFrame, expected: pd.DataFrame, expected_equal: bool):
538 if expected_equal:
539 assert rows_same(actual, expected)
540 else:
541 with pytest.raises(AssertionError):
542 assert rows_same(actual, expected)
543
544
545@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

rows_sameFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…