diff --git a/output/output_grid.py b/output/output_grid.py index 5f1c175..2618ee6 100644 --- a/output/output_grid.py +++ b/output/output_grid.py @@ -82,7 +82,7 @@ def run(n_threads, x_grid, Q_grid): ) print(f"Size of the grid (x,Q) = ({len(x_grid)},{len(Q_grid)})") print( - "This may take a while (depending on the number of threads you choose). In order to spend this time, I would suggest you this interesting view:" + "This may take a while (depending on the number of threads you chose). In order to spend this time, I would suggest you this interesting view:" ) print("https://www.youtube.com/watch?v=53pG68KCUMI")