From 36990cc340015b255bf2db0a56d679cac29a4e52 Mon Sep 17 00:00:00 2001 From: Felix <65565033+fexfl@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:12:31 +0100 Subject: [PATCH] Adjusted function call for dummy run --- notebook/batching_performance.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/batching_performance.ipynb b/notebook/batching_performance.ipynb index ef0ef54..79bda73 100644 --- a/notebook/batching_performance.ipynb +++ b/notebook/batching_performance.ipynb @@ -194,10 +194,10 @@ "# batching_sizes = [1]\n", "n_samples = 5\n", "outputs = []\n", - "csv_file = \"../mailcom/test/data/mails_lb_sg_copy2.csv\"\n", + "csv_file = \"../mailcom/test/data/mails_lb_sg.csv\"\n", "\n", "# first make a dummy run since there seem to be some inconsitencies when loading for the first time\n", - "_ = performance_test(-1, disp=False)\n", + "_ = performance_test(csv_file, -1, disp=False)\n", "\n", "# testing\n", "av_email_times_for_batches = []\n",