Skip to content

Commit d6a41d8

Browse files
committed
Remove the warnings import
1 parent 7d5f2d4 commit d6a41d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/examples/example_idealised_flow.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
"import parcels\n",
2929
"\n",
3030
"# Plotting imports\n",
31-
"import matplotlib.pyplot as plt\n",
32-
"\n",
33-
"import warnings\n",
34-
"warnings.filterwarnings(\"ignore\")"
31+
"import matplotlib.pyplot as plt"
3532
]
3633
},
3734
{

0 commit comments

Comments
 (0)