Skip to content

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed May 4, 2021
1 parent e8bb876 commit 2675ab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions species/plot/plot_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ def plot_pt_profile(tag: str,

# Import interpol_abundances here because it is slow

from poor_mans_nonequ_chem_FeH.poor_mans_nonequ_chem.poor_mans_nonequ_chem import \
interpol_abundances
from poor_mans_nonequ_chem.poor_mans_nonequ_chem import interpol_abundances

abund_in = interpol_abundances(np.full(pressure.shape[0], median['c_o_ratio']),
np.full(pressure.shape[0], median['metallicity']),
Expand Down

0 comments on commit 2675ab4

Please sign in to comment.