Skip to content

Commit

Permalink
Update test_dsm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored Jan 30, 2022
1 parent 096ecc6 commit 92be790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_dsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""
import unittest

from dsm import DeepSurvivalMachines
from dsm.dsm_torch import DeepSurvivalMachinesTorch
from dsm import datasets
from auton_survival.models.dsm import DeepSurvivalMachines
from auton_survival.models.dsm.dsm_torch import DeepSurvivalMachinesTorch
from auton_survival.models.dsm import datasets

import numpy as np

Expand Down

0 comments on commit 92be790

Please sign in to comment.