From 96ee7839b487d992391f7959b7075fcb35044b2e Mon Sep 17 00:00:00 2001 From: Robin Tibor Schirrmeister Date: Fri, 26 Oct 2018 17:35:10 +0200 Subject: [PATCH] changed local data folder --- examples/bcic_iv_2a_cropped.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bcic_iv_2a_cropped.py b/examples/bcic_iv_2a_cropped.py index bdbe4e2..917f0f1 100644 --- a/examples/bcic_iv_2a_cropped.py +++ b/examples/bcic_iv_2a_cropped.py @@ -150,7 +150,7 @@ if __name__ == '__main__': logging.basicConfig(format='%(asctime)s %(levelname)s : %(message)s', level=logging.DEBUG, stream=sys.stdout) # Should contain both .gdf files and .mat-labelfiles from competition - data_folder = '/home/schirrmr/data/bci-competition-iv/2a-gdf/' + data_folder = '/data/schirrmr/schirrmr/bci-competition-iv/2a-gdf/' subject_id = 1 # 1-9 low_cut_hz = 4 # 0 or 4 model = 'shallow' #'shallow' or 'deep'