Skip to content

Commit eb0e85e

Browse files
docs: Remove generated CSV file after 3DOF simulation example.
1 parent e2fc7c6 commit eb0e85e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/user/three_dof_simulation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ Export trajectory data to CSV:
279279
"vz",
280280
)
281281

282+
283+
.. jupyter-execute::
284+
:hide-code:
285+
286+
import os
287+
os.remove("trajectory_3dof.csv")
288+
289+
282290
Complete Example
283291
----------------
284292

0 commit comments

Comments
 (0)