From 6ed9fe1eb166e017a8754ce94ad841d7b0da3c88 Mon Sep 17 00:00:00 2001 From: Juan Felipe Florez Ospina Date: Thu, 6 Feb 2025 16:25:40 +0100 Subject: [PATCH] Rename pipeline step to apply_diagnositc_flags, it perform a check based on specified thresholds and then assigns I, V, or M labels producing a labeling of a variable. --- ...ate_flags_for_diagnostic_vars.py => apply_diagnostic_flags.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pipelines/steps/{create_flags_for_diagnostic_vars.py => apply_diagnostic_flags.py} (100%) diff --git a/pipelines/steps/create_flags_for_diagnostic_vars.py b/pipelines/steps/apply_diagnostic_flags.py similarity index 100% rename from pipelines/steps/create_flags_for_diagnostic_vars.py rename to pipelines/steps/apply_diagnostic_flags.py