Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get_covmat.py #26

Merged
merged 10 commits into from
Apr 4, 2023
Prev Previous commit
fix alphawaves error
  • Loading branch information
gcattan authored Apr 4, 2023
commit 93b5b2963116c35a1d8f7d1b575190ce5e993fa8
2 changes: 1 addition & 1 deletion covmatest/get_covmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, seed=None):
if seed is not None:
random.seed(seed)
self._seed = seed
self._dataset = AlphaWaves(useMontagePosition=False)
self._dataset = AlphaWaves()
subject = self._get_random_subject()
self._raw = self._dataset._get_single_subject_data(subject)
self._trials = self._get_trials()
Expand Down