Skip to content

Commit

Permalink
remove unused imports (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Devin <[email protected]>
  • Loading branch information
ryancoe and michaelcdevin authored Nov 17, 2023
1 parent 618d7eb commit 9a36dca
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions examples/tutorial_1_WaveBot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"metadata": {},
"outputs": [],
"source": [
"from datetime import datetime\n",
"\n",
"import autograd.numpy as np\n",
"import capytaine as cpy\n",
"import matplotlib.pyplot as plt\n",
Expand Down Expand Up @@ -867,7 +865,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.5"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 1 addition & 3 deletions examples/tutorial_2_AquaHarmonics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import capytaine as cpy\n",
"import autograd.numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from matplotlib import cm\n",
"from scipy.optimize import brute\n",
"import xarray as xr\n",
"import logging\n",
"logging.basicConfig()\n",
"logging.getLogger().setLevel(logging.DEBUG)\n",
Expand Down Expand Up @@ -917,7 +915,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.5"
},
"vscode": {
"interpreter": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_4_Pioneer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import wecopttool as wot
import capytaine as cpy
import autograd.numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import Bounds
import xarray as xr

Expand Down
1 change: 0 additions & 1 deletion tests/test_waves.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os

import pytest
import capytaine as cpy
import numpy as np
import wavespectra as ws
from scipy import signal
Expand Down

0 comments on commit 9a36dca

Please sign in to comment.