Skip to content

Commit b4ad937

Browse files
committed
MAINT: Move misplaced duration results files
1 parent 0c54c49 commit b4ad937

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)