From a0bcfb9c538fb7e9f55ebb951897300a79a4d08e Mon Sep 17 00:00:00 2001 From: zogkoa Date: Mon, 24 Jun 2024 12:04:47 +0100 Subject: [PATCH] Add docstrings for kwargs --- src/imputation_flags.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/imputation_flags.py b/src/imputation_flags.py index 6173f981..f4517c1d 100644 --- a/src/imputation_flags.py +++ b/src/imputation_flags.py @@ -37,6 +37,8 @@ def create_impute_flags( predictive_auxiliary: str Column name containing predictive auxiliary data, this is created, by flag_matched_pair_merge function. + kwargs : mapping, optional + A dictionary of keyword arguments passed into func. Returns -------