From ab84e0e919d5922001829677fbd5d23fd1a22c57 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Mon, 24 Feb 2025 17:25:31 -0500 Subject: [PATCH] Whitespace --- 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 62b8529..e71c839 100644 --- a/lib/xmet/sounding.py +++ b/lib/xmet/sounding.py @@ -39,7 +39,7 @@ class SoundingSample(): def mixing_ratio(self) -> float: e = self.vapor_pressure() - + return 621.97 * (e / (self.pressure - e)) def saturated_mixing_ratio(self) -> float: