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

Noise reducer deprecation with new mne versions #267

Open
pravsripad opened this issue Jan 21, 2022 · 0 comments
Open

Noise reducer deprecation with new mne versions #267

pravsripad opened this issue Jan 21, 2022 · 0 comments

Comments

@pravsripad
Copy link
Collaborator

Lots of changes are coming after mne 0.24. Here are some DeprecationWarnings that will have to be addressed.

/Users/psripad/miniconda3/envs/mybase/lib/python3.9/copy.py:300: DeprecationWarning: file_id cannot be set directly. This warning will turn into an error after 0.24
  y[key] = value
/Users/psripad/miniconda3/envs/mybase/lib/python3.9/copy.py:300: DeprecationWarning: events cannot be set directly. This warning will turn into an error after 0.24
  y[key] = value
/Users/psripad/miniconda3/envs/mybase/lib/python3.9/copy.py:300: DeprecationWarning: hpi_results cannot be set directly. This warning will turn into an error after 0.24
  y[key] = value
/Users/psripad/.local/lib/python3.9/site-packages/jumeg/jumeg_noise_reducer.py:599: DeprecationWarning: chs cannot be set directly. Please use methods inst.add_channels(), inst.drop_channels(), inst.pick_channels(), inst.rename_channels(), inst.reorder_channels() and inst.set_channel_types() instead. This warning will turn into an error after 0.24
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