Skip to content

Commit

Permalink
silly inconsistencies in black formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Aug 30, 2024
1 parent a8cbd3a commit 803978b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/cooling/plot_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 803978b

Please sign in to comment.