Skip to content

Commit

Permalink
e2e tests: Fix RayJobClient package
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-bot[bot] committed Oct 23, 2024
1 parent 81b4bfe commit e206b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/odh/resources/mnist_hpo_raytune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"\n",
"# Import pieces from codeflare-sdk\n",
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
"from codeflare_sdk.job import RayJobClient\n",
"from codeflare_sdk.ray.client import RayJobClient\n",
"from time import sleep"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tests/odh/resources/mnist_ray_mini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"\n",
"# Import pieces from codeflare-sdk\n",
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
"from codeflare_sdk.job import RayJobClient\n",
"from codeflare_sdk.ray.client import RayJobClient\n",
"from time import sleep"
]
},
Expand Down

0 comments on commit e206b1d

Please sign in to comment.