From 8af09aa3eb5ccfa27c1a2be6fc9fb75c259e4d66 Mon Sep 17 00:00:00 2001 From: Rafael <52053058+rflameiro@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:45:23 -0300 Subject: [PATCH] Update cortes-ciriano-refresh.ipynb replace aggregate="mean" with aggregate=aggregate to use the function keyword --- notebooks/cortes-ciriano-refresh.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/cortes-ciriano-refresh.ipynb b/notebooks/cortes-ciriano-refresh.ipynb index a62f3be..be8d699 100644 --- a/notebooks/cortes-ciriano-refresh.ipynb +++ b/notebooks/cortes-ciriano-refresh.ipynb @@ -227,7 +227,7 @@ " target_chembl_id: get_target_smi_df(\n", " target_chembl_id,\n", " version=version,\n", - " aggregate=\"mean\",\n", + " aggregate=aggregate,\n", " target_type=\"SINGLE PROTEIN\",\n", " standard_relation=\"=\",\n", " standard_type=\"IC50\",\n",