rename stability tests from galeshapley paper

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:29:02 -07:00
parent da5f973dbd
commit 55aa0b8e43
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -81,7 +81,7 @@ def test_prefs_tofrom_ranks(P):
assert_frame_equal(crsl.rank_to_pref(crsl.pref_to_rank(P)), P, check_dtypes=False)
def test_eg3_unstable():
def test_eg2_unstable():
applicant_rankings = pl.DataFrame(
{
"": ["A", "B", "C", "D"],
@ -105,7 +105,7 @@ def test_eg3_unstable():
assert crsl.check_unstable(match, applicant_rankings, reviewer_rankings)
def test_eg3_isstable():
def test_eg2_isstable():
applicant_rankings = pl.DataFrame(
{
"": ["A", "B", "C", "D"],