Skip to content

Commit 5ce611f

Browse files
committed
updated module reference to codeflare.pipelines
1 parent 9af9781 commit 5ce611f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

codeflare/tests/test_and.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22
import ray
3-
from hercules.Datamodel import Xy
4-
from hercules.Datamodel import XYRef
5-
import hercules.Datamodel as dm
3+
from codeflare.pipelines.Datamodel import Xy
4+
from codeflare.pipelines.Datamodel import XYRef
5+
import codeflare.pipelines.Datamodel as dm
66

codeflare/tests/test_or.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
from sklearn.pipeline import Pipeline
66
from sklearn.impute import SimpleImputer
77
from sklearn.preprocessing import StandardScaler, OneHotEncoder
8-
from hercules.Datamodel import Xy
9-
from hercules.Datamodel import XYRef
10-
import hercules.Datamodel as dm
11-
import hercules.RuntimeNew as rt
12-
from hercules.RuntimeNew import ExecutionType
8+
from codeflare.pipelines.Datamodel import Xy
9+
from codeflare.pipelines.Datamodel import XYRef
10+
import codeflare.pipelines.Datamodel as dm
11+
import codeflare.pipelines.Runtime as rt
12+
from codeflare.pipelines.Runtime import ExecutionType
1313

1414
def test_or():
1515

0 commit comments

Comments
 (0)