Skip to content

Commit 0b5fc41

Browse files
committed
fix(RHOAIENG-20531): adjusted formatting on notebook
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 74cfe04 commit 0b5fc41

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: demo-notebooks/guided-demos/0_basic_ray.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
],
190190
"metadata": {
191191
"kernelspec": {
192-
"display_name": "codeflare-sdk-e3w2-nkw-py3.11",
192+
"display_name": "Python 3 (ipykernel)",
193193
"language": "python",
194194
"name": "python3"
195195
},

Diff for: src/codeflare_sdk/common/kueue/test_kueue.py

-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ def test_aw_creation_local_queue(mocker):
9898

9999
with open(f"{aw_dir}unit-test-aw-kueue.yaml", "r") as f:
100100
aw_kueue = yaml.load(f, Loader=yaml.FullLoader)
101-
print("generated yaml")
102-
print(yaml.dump(aw_kueue, default_flow_style=False))
103-
print("expected yaml")
104-
print(yaml.dump(expected_rc, default_flow_style=False))
105101
assert aw_kueue == expected_rc
106102

107103
# With resources loaded in memory, no Local Queue specified.

0 commit comments

Comments
 (0)