Skip to content

Commit

Permalink
update Test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
oussama-floor9 committed Jul 15, 2024
1 parent b398a81 commit 92fe94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11353,7 +11353,7 @@
"import numpy as np\n",
"\n",
"# Read execution times into a dataframe\n",
"data = pd.read_csv(\"./python/execution_times.txt\", header=None, names=[\"processes\", \"G_solver\", \"F_solver\", \"time\"])\n",
"data = pd.read_csv(\"./python/data_speedup_2024-07-15_14-45-51.txt\", header=None, names=[\"processes\", \"G_solver\", \"F_solver\", \"time\"])\n",
"\n",
"# Ensure 'processes' column is of type int\n",
"data['processes'] = data['processes'].astype(str)\n",
Expand Down Expand Up @@ -11457,7 +11457,7 @@
"import numpy as np\n",
"\n",
"# Read execution times into a dataframe\n",
"data = pd.read_csv(\"./python/execution_times.txt\", header=None, names=[\"processes\", \"G_solver\", \"F_solver\", \"time\"])\n",
"data = pd.read_csv(\"./python/data_speedup_2024-07-15_14-45-51.txt\", header=None, names=[\"processes\", \"G_solver\", \"F_solver\", \"time\"])\n",
"\n",
"# Ensure 'processes' column is of type int\n",
"data['processes'] = data['processes'].astype(str)\n",
Expand Down

0 comments on commit 92fe94f

Please sign in to comment.