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

Make Bruker converters add_to_nwb and run_conversion consistent with all the other converters #987

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

h-mayorquin
Copy link
Collaborator

Converters core methods add_to_nwb should be consistent. This PR deprecates the kwargs mechanism of the bruker converters and substitutes it for passing a dictionary as in all the other cases.

This will avoid the need to do introspection in #979

@CodyCBakerPhD
Copy link
Member

I'll let @weiglszonja chime in with their thoughts since this style came up with most of their subconverters

@h-mayorquin
Copy link
Collaborator Author

This is not going to be good for converters that a lot of interfaces (altought I think that should not happen) so we should provide some utility function for that.

@weiglszonja
Copy link
Contributor

This is not going to be good for converters that a lot of interfaces (altought I think that should not happen) so we should provide some utility function for that.

Can you elaborate this? I'm not sure I understand the issue enough here

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

Successfully merging this pull request may close these issues.

4 participants