Skip to content

Commit

Permalink
Update tests/tools/test_sa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eroell authored Dec 1, 2024
1 parent 972b71b commit 915df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_kmf(self, mimic_2_sa):
kmf = ep.tl.kmf(adata[:, ["mort_day_censored"]].X, adata[:, ["censor_flg"]].X)
self._sa_function_assert(kmf, KaplanMeierFitter)

def test_kaplan_meyer(self, mimic_2_sa):
def test_kaplan_meier(self, mimic_2_sa):
self._sa_func_test(ep.tl.kaplan_meier, KaplanMeierFitter, mimic_2_sa)

def test_cox_ph(self, mimic_2_sa):
Expand Down

0 comments on commit 915df91

Please sign in to comment.