Skip to content

Commit

Permalink
added understandable titles without ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
masha-astro committed Dec 19, 2021
1 parent bc1b47f commit 26382b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"outputs": [],
"source": [
"# import os\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"#import warnings\n",
"#warnings.filterwarnings('ignore')\n",
"\n",
"import numpy as np\n",
"import pandas as pd\n",
Expand Down
4 changes: 2 additions & 2 deletions notebook_examples/plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"outputs": [],
"source": [
"# import os\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"#import warnings\n",
"#warnings.filterwarnings('ignore')\n",
"\n",
"import numpy as np\n",
"import pandas as pd\n",
Expand Down

0 comments on commit 26382b6

Please sign in to comment.