Skip to content

Unpack kwargs immediately instead of passing as a dict #22

@ravivanpong

Description

@ravivanpong

Currently the kwargs in data loader functions are to be passed as a dict. This should be change to **kwargs as arguments instead.

Change from function_name(kwargs: dict) to function_name(**kwargs)

Make sure that the script to summarize the datasets still run correctly afterwards.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions