Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Aug 1, 2023
1 parent ab75751 commit 13d4af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion species/util/retrieval_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ def create_pt_profile(
except ValueError:
print("knot_press", knot_press)
print("knot_temp", knot_temp)
print("cube", cube_index["t0"], cube_index["t1"], cube_index["t5"])

return None, None, None, None

Expand Down Expand Up @@ -1085,7 +1086,7 @@ def calc_spectrum_clouds(
)

except ValueError:
print("knot_press", knot_press_abund)
print("knot_press_abund", knot_press_abund)
print("knot_temp", knot_abund)

return None, None, None, np.zeros(1)
Expand Down

0 comments on commit 13d4af5

Please sign in to comment.