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 13d4af5 commit 59bac6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions species/util/retrieval_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,9 @@ 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"])

print("cube_index", cube_index["t0"], cube_index["t1"], cube_index["t5"])
print("cube", cube[cube_index["t0"]], cube[cube_index["t1"]], cube[cube_index["t5"]])

return None, None, None, None

phot_press = None
Expand Down

0 comments on commit 59bac6c

Please sign in to comment.