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

Attempting to bump versions, need to catch up integration with MNE #45

Open
korymath opened this issue Oct 26, 2021 · 0 comments
Open

Comments

@korymath
Copy link
Collaborator

Reproduce:

  1. Remove versions in requreiments.txt
  2. follow installation instructions
  3. fix tensorflow 1 -> tensorflow 2 random seed.
  4. run tests, the following errors then occurs
======================================================================
ERROR: test_example_muse (tests.ExampleTest)
Testing example Muse code.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/korymath/Documents/code/DeepEEG/tests.py", line 37, in test_example_muse
    raw = LoadMuseData(subs=[101, 102], nsesh=2, data_dir='visual/cueing')
  File "/Users/korymath/Documents/code/DeepEEG/utils.py", line 106, in LoadMuseData
    raw.append(muse_load_data(data_dir, sfreq=sfreq ,subject_nb=sub,
  File "/Users/korymath/Documents/code/DeepEEG/utils.py", line 148, in muse_load_data
    return load_muse_csv_as_raw(fnames,
  File "/Users/korymath/Documents/code/DeepEEG/utils.py", line 204, in load_muse_csv_as_raw
    info = create_info(ch_names=ch_names, ch_types=ch_types,
TypeError: create_info() got an unexpected keyword argument 'montage'

======================================================================
ERROR: test_frequencydomain_complex (tests.ExampleTest)
Testing simulated data pipeline.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/korymath/Documents/code/DeepEEG/tests.py", line 84, in test_frequencydomain_complex
    raw,event_id = SimulateRaw(amp1=50, amp2=60, freq=1.)
  File "/Users/korymath/Documents/code/DeepEEG/utils.py", line 277, in SimulateRaw
    raw_sim_zero = simulate_raw(raw, stc_zero, trans_fname, src, bem_fname,
TypeError: simulate_raw() got an unexpected keyword argument 'cov'

======================================================================
ERROR: test_simulate_raw (tests.ExampleTest)
Testing simulated data pipeline.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/korymath/Documents/code/DeepEEG/tests.py", line 62, in test_simulate_raw
    raw,event_id = SimulateRaw(amp1=50, amp2=60, freq=1.)
  File "/Users/korymath/Documents/code/DeepEEG/utils.py", line 277, in SimulateRaw
    raw_sim_zero = simulate_raw(raw, stc_zero, trans_fname, src, bem_fname,
TypeError: simulate_raw() got an unexpected keyword argument 'cov'

----------------------------------------------------------------------
Ran 5 tests in 1495.999s

FAILED (errors=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant