From ec0f5e1c88a50b12eccd50f2fe55cc6f62ca0248 Mon Sep 17 00:00:00 2001 From: hgloeckner Date: Wed, 13 Nov 2024 13:18:46 +0100 Subject: [PATCH] remove theta --- pydropsonde/pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pydropsonde/pipeline.py b/pydropsonde/pipeline.py index 64a9d6cb..95f492db 100644 --- a/pydropsonde/pipeline.py +++ b/pydropsonde/pipeline.py @@ -526,7 +526,6 @@ def run_pipeline(pipeline: dict, config: configparser.ConfigParser): "get_N_m_values", "add_iwv", "recalc_rh_and_ta", - "add_thetas", "add_wind", "add_attributes_as_var", "rename_attr_vars",