Skip to content

Commit

Permalink
Formatting..
Browse files Browse the repository at this point in the history
  • Loading branch information
correac committed Jan 15, 2024
1 parent 12b9b3f commit 6ebda9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion colibre/scripts/stellar_abundances.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,16 @@ def read_data(data, xvar, yvar):
if yvar != "Fe_SNIa_fraction":
mask = xval < -4
ym = np.median(yval[mask])
ax.arrow(-3.6, ym, -0.2, 0, head_width=0.05, head_length=0.1, color=colour, zorder=1000)
ax.arrow(
-3.6,
ym,
-0.2,
0,
head_width=0.05,
head_length=0.1,
color=colour,
zorder=1000,
)

path_to_obs_data = f"{arguments.config.config_directory}/{arguments.config.observational_data_directory}"
if dataset == "APOGEE":
Expand Down

0 comments on commit 6ebda9a

Please sign in to comment.