From c1f85adeec7a44692719f6cf4a8a50dbe32bb368 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Sun, 9 Mar 2025 12:38:02 -0400 Subject: [PATCH] Slight whitespace fix --- lib/xmet/sounding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmet/sounding.py b/lib/xmet/sounding.py index d7f400e..59477ff 100644 --- a/lib/xmet/sounding.py +++ b/lib/xmet/sounding.py @@ -198,7 +198,7 @@ class Sounding(DatabaseTable): moist_adiabat = follow_moist_adiabat(*lcl) lfc = moist_adiabat.intersect(temp_line, SeriesIntersection.GREATER) - el = moist_adiabat.intersect(temp_line, SeriesIntersection.LESSER, lfc[1]) + el = moist_adiabat.intersect(temp_line, SeriesIntersection.LESSER, lfc[1]) params = SoundingParameters() params.lcl = lcl