diff --git a/one_vs_others_DEMO.ipynb b/one_vs_others_DEMO.ipynb index 3d5262c5487ae1b79027531a14efb50a7d9df04c..634d3fc23c03748f44d1a11b5fd74901f1ab0e8e 100644 --- a/one_vs_others_DEMO.ipynb +++ b/one_vs_others_DEMO.ipynb @@ -191,7 +191,6 @@ " \"\"\"\n", " \n", " plt.plot( np.arange(0,y.shape[y.ndim-1],1) ,y.T )\n", - "# plt.show\n", " plt.xlabel('time (samples)')\n", " plt.ylabel(y_label)\n", " plt.title(title)\n",