Skip to content

Commit 498f52b

Browse files
authored
Merge pull request statsmodels#5213 from jbrockmendel/misplaced3
TST: Move misplaced duration test results files
2 parents b53ba1a + b4ad937 commit 498f52b

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

statsmodels/duration/tests/test_phreg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# with no events, entry times after censoring times, etc.
1313

1414
# All the R results
15-
from . import survival_r_results
16-
from . import survival_enet_r_results
15+
from .results import survival_r_results
16+
from .results import survival_enet_r_results
1717

1818
"""
1919
Tests of PHReg against R coxph.

0 commit comments

Comments
 (0)