From 30ea1a2e26310beaeb405aa0610aaf906badd85e Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Mon, 18 Nov 2024 13:55:15 +0100 Subject: [PATCH] Update tools.py --- glidertest/tools.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/glidertest/tools.py b/glidertest/tools.py index 9539bab..9044fb7 100644 --- a/glidertest/tools.py +++ b/glidertest/tools.py @@ -6,7 +6,9 @@ import warnings from glidertest import utilities - +def ci_trigger(): + print("this should trigger the ci") + def quant_updown_bias(ds, var='PSAL', v_res=1): """ This function computes up and downcast averages for a specific variable @@ -332,4 +334,4 @@ def findbetw(arr, bounds): "CIlimits": CIlimits } ) - return ds_out \ No newline at end of file + return ds_out