From fb35c3517a528a458907cdcf2ef74d8ddf4ed032 Mon Sep 17 00:00:00 2001 From: Jing Lu Date: Wed, 21 Feb 2024 13:06:30 -0500 Subject: [PATCH] delete extra ) --- tardis/plasma/properties/helium_nlte.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tardis/plasma/properties/helium_nlte.py b/tardis/plasma/properties/helium_nlte.py index 0ec43d748e3..cd05ce73327 100644 --- a/tardis/plasma/properties/helium_nlte.py +++ b/tardis/plasma/properties/helium_nlte.py @@ -83,7 +83,6 @@ def calculate_helium_one( * (1 / g_electron) * (1 / (w**2.0)) * np.exp(ionization_data.loc[2, 1] * beta_rad) - ) ) @staticmethod