Skip to content

Commit 04b2081

Browse files
fix test
1 parent ef27139 commit 04b2081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifelines/tests/test_estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@ def test_strata_estimation_is_same_if_using_trivial_strata(self, rossi):
33203320

33213321
assert_frame_equal(
33223322
cph.summary.loc[[("beta_", "Intercept"), ("phi1_", "Intercept")]].reset_index(drop=True),
3323-
trivial_strata_cph.summary.loc[[("beta_", "Intercept"), ("sa_phi1_", "Intercept")]].reset_index(drop=True),
3323+
trivial_strata_cph.summary.loc[[("beta_", "Intercept"), ("s('a',)_phi1_", "Intercept")]].reset_index(drop=True),
33243324
atol=0.05,
33253325
)
33263326

0 commit comments

Comments
 (0)