diff --git a/src/animate_100_particles.py b/src/animate_100_particles.py index 19f10ca..3e2f3ff 100644 --- a/src/animate_100_particles.py +++ b/src/animate_100_particles.py @@ -32,7 +32,7 @@ def animate(): fig = plt.figure() ax = fig.add_subplot(projection="3d") - arr = get_data([f"output/simulate_100_particles/p{i}.txt" for i in range(100)]) + arr = get_data([f"output/simulate_100_particles/particle_{i}.txt" for i in range(100)]) arr = arr[:, :, ::10]