We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mne_bids.write_raw_bids() throws several warnings at each iterations that doesn't seem to be silencable using verbose=0 or verbose=False
mne_bids.write_raw_bids()
verbose=0
verbose=False
Some of them also seem unnecessary (?), like RuntimeWarning: Converting data files to BrainVision format
RuntimeWarning: Converting data files to BrainVision format
Either throw warnings once a session (pandas style)?
Perhaps convert some warnings into messages (e.g., the one about events id, about floats etc)
No response
The text was updated successfully, but these errors were encountered:
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴🏽♂️
Sorry, something went wrong.
Thanks for the report!
I think we should allow controlling these messages via the verbose parameter:
verbose
... see: mne.verbose()
mne.verbose()
And we need to add a verbose parameter to write_raw_brainvision in pybv: https://pybv.readthedocs.io/en/stable/generated/pybv.write_brainvision.html#pybv.write_brainvision
write_raw_brainvision
No branches or pull requests
Describe the problem
mne_bids.write_raw_bids()
throws several warnings at each iterations that doesn't seem to be silencable usingverbose=0
orverbose=False
Some of them also seem unnecessary (?), like
RuntimeWarning: Converting data files to BrainVision format
Describe your solution
Either throw warnings once a session (pandas style)?
Describe possible alternatives
Perhaps convert some warnings into messages (e.g., the one about events id, about floats etc)
Additional context
No response
The text was updated successfully, but these errors were encountered: