From f7c2838374298660b512a8e1510102c0eae9e774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Ferran=20Pousa?= Date: Tue, 30 Apr 2024 19:15:55 +0200 Subject: [PATCH] Fix bug in tutorial --- tutorials/01_single_plasma_simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_single_plasma_simulation.py b/tutorials/01_single_plasma_simulation.py index 0d9bc75..2588f31 100644 --- a/tutorials/01_single_plasma_simulation.py +++ b/tutorials/01_single_plasma_simulation.py @@ -104,7 +104,7 @@ from wake_t import GaussianPulse # Get again the original distribution. -bunch = bunch.copy() +bunch = bunch_bkp.copy() # Laser parameters. laser_xi_c = 60e-6 # m (laser centroid in simulation box)