Browse Source

업데이트 'README.md'

Hio-Been Han 4 years ago
parent
commit
5cda6e7a94
1 changed files with 0 additions and 7 deletions
  1. 0 7
      README.md

+ 0 - 7
README.md

@@ -278,8 +278,6 @@ print('File name  :  [%s]'%f_name)
 print('File contains [%d channels, %4d time points, %3d trials]'%(EEG.data.shape))
 ```
 
-    /usr/local/lib/python3.6/dist-packages/numba/decorators.py:146: RuntimeWarning: Caching is not available when the 'parallel' target is in use. Caching is now being disabled to allow execution to continue.
-      warnings.warn(msg, RuntimeWarning)
 
 
     File name  :  [/content/dataset/rawdata/epochs_animal2.set]
@@ -1021,9 +1019,6 @@ for periodIdx in range(len(period)):
 plt.gcf().savefig(dir_fig+'fig3-3.png', format='png', dpi=300);
 ```
 
-    /usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:118: RuntimeWarning: invalid value encountered in greater
-    /usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:119: RuntimeWarning: invalid value encountered in less
-
 
 
 ![png](figures/output_36_1.png)
@@ -1059,8 +1054,6 @@ plt.subplots_adjust(wspace=.1, hspace=.3)
 plt.gcf().savefig(dir_fig+'fig3-4.png', format='png', dpi=300);
 ```
 
-    /usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:118: RuntimeWarning: invalid value encountered in greater
-    /usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:119: RuntimeWarning: invalid value encountered in less