From 41c4c9430d4f0cb368ab34835960105332022f7e Mon Sep 17 00:00:00 2001 From: myson-burch <147444048+myson-burch@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:38:06 -0500 Subject: [PATCH] Update CuNA.ipynb --- tutorials/CuNA.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/CuNA.ipynb b/tutorials/CuNA.ipynb index 9d2e9cb..1297209 100644 --- a/tutorials/CuNA.ipynb +++ b/tutorials/CuNA.ipynb @@ -377,7 +377,7 @@ ], "source": [ "beg_time = time.time()\n", - "cumulants_df, vec_df = cumulants.get_cumulants(df, verbose = 1, julia = 1, julia_path = "", order = 3)\n", + "cumulants_df, vec_df = cumulants.get_cumulants(df, verbose = 1, julia = 1, julia_path = \"\", order = 3)\n", "print(\"Time spent computing cumulants (mins): \", (time.time() - beg_time)/60)" ] },