Skip to content

Commit

Permalink
Update nb_funcs.py
Browse files Browse the repository at this point in the history
obs key error
  • Loading branch information
JarronL committed Apr 1, 2020
1 parent 34efc79 commit 2ba0d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pynrc/nb_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,8 @@ def do_plot_contrasts2(key1, key2, curves_all, nsig, obs_dict, wfe_list, age, sa
ax=ax, xr=xr, yr=yr, colors=c2)

# Planet mass locations
plot_planet_patches(ax, obs, age=age, update_title=True, av_vals=av_vals, linder=linder_models, **kwargs)
plot_planet_patches(ax, obs_dict[key1], age=age, update_title=True, av_vals=av_vals,
linder=linder_models, **kwargs)



Expand Down

0 comments on commit 2ba0d77

Please sign in to comment.