Skip to content

Commit

Permalink
fix relative import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Maladiere committed Aug 19, 2024
1 parent cd64130 commit 945652d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hazardous/metrics/_concordance_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import numpy as np
from scipy.interpolate import interp1d

from hazardous._ipcw import IPCWEstimator
from hazardous.utils import check_y_survival
from .._ipcw import IPCWEstimator
from ..utils import check_y_survival


def concordance_index_incidence(
Expand Down

0 comments on commit 945652d

Please sign in to comment.