Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe committed Nov 10, 2023
1 parent 0d04f32 commit 0152f4f
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 numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import Bounds


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 0152f4f

Please sign in to comment.