Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 634af5d

Browse files
committed
Updated factors
1 parent 56ee538 commit 634af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"else:\n",
132132
" print(\"GPU is not available or not selected. Running on CPU.\")\n",
133133
" t1 = perf_counter()\n",
134-
" if os.system(f\"{EXECUTABLE_PATH} --cpu {M0} {M1} {N} {T} {XVAS_str}\"):\n",
134+
" if os.system(f\"{EXECUTABLE_PATH} --cpu {M0} {M1} {N} {T} {XVAS_str}\"):\n",
135135
" raise RuntimeError(\"Failed to run the executable\")\n",
136136
" print(f\"Execution time: {perf_counter() - t1:.2f} seconds\")\n",
137137
"\n",

0 commit comments

Comments
 (0)