Skip to content

Commit bb35986

Browse files
Move test_replace under metadata (#2566)
CVS-157823 test_replace was added in an incorrect section, it should be inside metadata
1 parent 3dc041d commit bb35986

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notebooks/jax-to-openvino/jax-classification-to-openvino.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,11 @@
292292
"cell_type": "code",
293293
"execution_count": 29,
294294
"id": "39b8e0f4-9c51-4e61-bc3f-fcd7c016b217",
295-
"metadata": {},
296-
"test_replace": {
297-
"image_path = download_file(f\"https://picsum.photos/{resolution}\", filename=\"picsum.jpg\")\n": "image_path = download_file(\"https://github.com/user-attachments/assets/18f0b8cd-7fb1-42a0-a3d7-9091bfbae65b\")"
298-
},
295+
"metadata": {
296+
"test_replace": {
297+
"image_path = download_file(f\"https://picsum.photos/{resolution}\", filename=\"picsum.jpg\")\n": "image_path = download_file(\"https://github.com/user-attachments/assets/18f0b8cd-7fb1-42a0-a3d7-9091bfbae65b\")\n"
298+
}
299+
},
299300
"outputs": [
300301
{
301302
"data": {

0 commit comments

Comments
 (0)