Skip to content

Commit

Permalink
style: 💄 stylize
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 14, 2024
1 parent fbc5a7a commit 8ae3b2a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
6 changes: 3 additions & 3 deletions filters-kf-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from numpy import random\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n"
"import numpy as np\n",
"from numpy import random"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions filters-kf-design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from scipy import linalg\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n"
"import numpy as np\n",
"from scipy import linalg"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions filters-kf-plus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from numpy import random\n",
"from scipy import stats\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n"
"import numpy as np\n",
"from numpy import random\n",
"from scipy import stats"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions filters-maneuver.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from copy import deepcopy\n",
"\n",
"from numpy import random\n",
"from scipy import linalg\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n"
"import numpy as np\n",
"from numpy import random\n",
"from scipy import linalg\n"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions filters-smoothers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"metadata": {},
"outputs": [],
"source": [
"from numpy import random\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np"
"import numpy as np\n",
"from numpy import random"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions filters-task-tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"source": [
"import math\n",
"\n",
"from numpy import random\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np"
"import numpy as np\n",
"from numpy import random"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@
combine-as-imports = true
force-single-line = true
force-wrap-aliases = true
from-first = true
order-by-type = true

0 comments on commit 8ae3b2a

Please sign in to comment.