From e48313875c9e9a9db07f9d2f453fe63940d61ac0 Mon Sep 17 00:00:00 2001 From: _ <4256466+leehart@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:37:45 +0100 Subject: [PATCH] Add sample_query_options dict to base_params --- malariagen_data/anoph/base_params.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/malariagen_data/anoph/base_params.py b/malariagen_data/anoph/base_params.py index 5db0b1fa7..9944810be 100644 --- a/malariagen_data/anoph/base_params.py +++ b/malariagen_data/anoph/base_params.py @@ -73,6 +73,14 @@ """, ] +sample_query_options: TypeAlias = Annotated[ + dict, + """ + A dictionary of arguments that will be passed through to pandas query() or + eval(), e.g. parser, engine, local_dict, global_dict, resolvers. + """, +] + sample_indices: TypeAlias = Annotated[ List[int], """