From 36f8421a8fe223189ab88ee1df3923719ffa4fc0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 24 May 2022 04:46:57 +0300 Subject: New script to compute partial correlations * Add a new script to compute the partial correlations against: - a select list of traits, or - an entire dataset depending on the specified subcommand. This new script is meant to supercede the `scripts/partial_correlations.py` script. * Fix the check for errors * Reorganise the order of arguments for the `partial_correlations_with_target_traits` function: move the `method` argument before the `target_trait_names` argument so that the common arguments in the partial correlation computation functions share the same order. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b5dfcc8..e5f74da 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ pytest -k unit_test Running pylint: ```bash -pylint *py tests gn3 +pylint *py tests gn3 scripts sheepdog ``` Running mypy(type-checker): -- cgit v1.2.3