From 55aa0b8e4307570e53ea0753a4df62946cb6ca91 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 02:29:02 -0700 Subject: [PATCH] rename stability tests from galeshapley paper --- test/galeshapley_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/galeshapley_test.py b/test/galeshapley_test.py index 05e0abb..812ac6f 100644 --- a/test/galeshapley_test.py +++ b/test/galeshapley_test.py @@ -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"],