Skip to content

Commit

Permalink
Remove the warnings import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldenes committed Sep 25, 2024
1 parent 7d5f2d4 commit d6a41d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/examples/example_idealised_flow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
"import parcels\n",
"\n",
"# Plotting imports\n",
"import matplotlib.pyplot as plt\n",
"\n",
"import warnings\n",
"warnings.filterwarnings(\"ignore\")"
"import matplotlib.pyplot as plt"
]
},
{
Expand Down

0 comments on commit d6a41d8

Please sign in to comment.