Skip to content

Commit

Permalink
Merge pull request #68 from callumrollo/warn
Browse files Browse the repository at this point in the history
[DOCS] ignore warnings in notebook
  • Loading branch information
callumrollo authored Nov 1, 2024
2 parents 84616f6 + fd4e681 commit 2eff40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"from glidertest import fetchers\n",
"from glidertest import tools"
"from glidertest import tools\n",
"import warnings\n",
"warnings.simplefilter(\"ignore\", category=Warning)"
]
},
{
Expand Down

0 comments on commit 2eff40b

Please sign in to comment.