Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5265f9

Browse files
committedMay 9, 2024·
fixed ignored words in spell check
1 parent f0c94b9 commit b5265f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎control/smart_mpc_trajectory_follower/smart_mpc_trajectory_follower/python_simulator/plot_auto_test_result.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"# cspell: ignore kernelspec ipykernel codemirror ipython nbconvert pygments nbformat\n",
10+
"# cspell: ignore kernelspec ipykernel codemirror ipython nbconvert pygments nbformat \n",
1111
"\n",
1212
"import numpy as np\n",
1313
"import matplotlib.pyplot as plt\n",

‎control/smart_mpc_trajectory_follower/smart_mpc_trajectory_follower/training_and_data_check/data_checker.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"# cspell: ignore ndimage usecols kernelspec ipykernel codemirror ipython nbconvert pygments nbformat\n",
10+
"# cspell: ignore ndimage usecols kernelspec ipykernel codemirror ipython nbconvert pygments nbformat \n",
1111
"import numpy as np\n",
1212
"from scipy.spatial.transform import Rotation\n",
1313
"import scipy.interpolate\n",

‎control/smart_mpc_trajectory_follower/smart_mpc_trajectory_follower/training_and_data_check/execute_train_drive_NN_model.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"# cspell: ignore kernelspec ipykernel codemirror ipython nbconvert pygments nbformat\n",
10+
"# cspell: ignore kernelspec ipykernel codemirror ipython nbconvert pygments nbformat \n",
1111
"import train_drive_NN_model"
1212
]
1313
},

0 commit comments

Comments
 (0)
Please sign in to comment.