cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
46 stars 12 forks source link

fixed keyword arguments #814

Closed SFJohnson24 closed 1 month ago

SFJohnson24 commented 1 month ago

the decorator for base data service https://github.com/cdisc-org/cdisc-rules-engine/blob/ac7a9f9a6580cc3aeb7c919c38f053e530939daa/cdisc_rules_engine/services/data_services/base_data_service.py#L54
which wraps the get_dataset_metadata function https://github.com/cdisc-org/cdisc-rules-engine/blob/ac7a9f9a6580cc3aeb7c919c38f053e530939daa/cdisc_rules_engine/services/data_services/local_data_service.py#L83 that is called by this rule expects kwargs. The named arguments were changed at some point resulting in this to cause an error and skip this rule