Skip to content

Commit 13d9ce8

Browse files
committed
Update warnings filter
1 parent 0c00f59 commit 13d9ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_local.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
" process_waveforms, produce_dem)\n",
3131
"\n",
3232
"# Ignore benign Matplotlib backend warning due to fig.show()\n",
33-
"warnings.filterwarnings(action='ignore', message='Matplotlib is currently using module')"
33+
"warnings.filterwarnings(action='ignore', category=UserWarning, message='FigureCanvasAgg is non-interactive')"
3434
]
3535
},
3636
{

0 commit comments

Comments
 (0)