From 803978b03edf7aa9ffc41ac013654492dc89867d Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Fri, 30 Aug 2024 15:48:28 +0200 Subject: [PATCH] silly inconsistencies in black formatting... --- docs/cooling/plot_lambda.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/cooling/plot_lambda.py b/docs/cooling/plot_lambda.py index 1f9f6b74..46ec18f7 100644 --- a/docs/cooling/plot_lambda.py +++ b/docs/cooling/plot_lambda.py @@ -31,10 +31,8 @@ gs_LambdaZem2, gs_LambdaZem1, gs_LambdaZ1, - gs_LambdaZ2 - ) = ( - np.loadtxt("gnat_sternberg_cie_table.txt", unpack=True, skiprows=23) - ) + gs_LambdaZ2, + ) = (np.loadtxt("gnat_sternberg_cie_table.txt", unpack=True, skiprows=23)) # NOTE: There is not enough information in this table alone to compute n_e! # (The electron fraction must be computed from datafile2a.txt)