File tree 2 files changed +1
-5
lines changed
demo-notebooks/guided-demos
src/codeflare_sdk/common/kueue
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 189
189
],
190
190
"metadata" : {
191
191
"kernelspec" : {
192
- "display_name" : " codeflare-sdk-e3w2-nkw-py3.11 " ,
192
+ "display_name" : " Python 3 (ipykernel) " ,
193
193
"language" : " python" ,
194
194
"name" : " python3"
195
195
},
Original file line number Diff line number Diff line change @@ -98,10 +98,6 @@ def test_aw_creation_local_queue(mocker):
98
98
99
99
with open (f"{ aw_dir } unit-test-aw-kueue.yaml" , "r" ) as f :
100
100
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 ))
105
101
assert aw_kueue == expected_rc
106
102
107
103
# With resources loaded in memory, no Local Queue specified.
You can’t perform that action at this time.
0 commit comments