Modify path

This commit is contained in:
Cory Balaton 2023-10-08 20:26:28 +02:00
parent 2fd0ab9875
commit bb0bd8f6a0
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -32,7 +32,7 @@ def animate():
fig = plt.figure() fig = plt.figure()
ax = fig.add_subplot(projection="3d") 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] arr = arr[:, :, ::10]