Skip to content

Commit e206b1d

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
e2e tests: Fix RayJobClient package
1 parent 81b4bfe commit e206b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/odh/resources/mnist_hpo_raytune.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"# Import pieces from codeflare-sdk\n",
1616
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
17-
"from codeflare_sdk.job import RayJobClient\n",
17+
"from codeflare_sdk.ray.client import RayJobClient\n",
1818
"from time import sleep"
1919
]
2020
},

tests/odh/resources/mnist_ray_mini.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"# Import pieces from codeflare-sdk\n",
1616
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
17-
"from codeflare_sdk.job import RayJobClient\n",
17+
"from codeflare_sdk.ray.client import RayJobClient\n",
1818
"from time import sleep"
1919
]
2020
},

0 commit comments

Comments
 (0)