Skip to content
Snippets Groups Projects

bug fix to prevent crash when no IC was found

Merged Jürgen Dammers requested to merge label_check into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -496,7 +496,7 @@ class DCNN(object):
col_ecg = 'red'
col_eog = 'green'
col_other = 'lightsteelblue'
col_kurt = 'darkgray'
col_kurt = 'darkgray'
col_aux = 'magenta'
figs = []
Loading