Skip to content

Commit

Permalink
Update CuNA.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
myson-burch authored Dec 5, 2023
1 parent 426ce6b commit 41c4c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/CuNA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
Expand Down

0 comments on commit 41c4c94

Please sign in to comment.