FAIRChemistry/software-driven-rdm

Add kwargs to add-methods

Closed this issue · 0 comments

When passing **data to an add-method that contains non-kwargs elements, the procedure fails. These methods should include a **kwargs argument to select only those that are needed:

def add_to_something(some: str, **kwargs):
     ...