Skip to content

Commit

Permalink
change tag position
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Oct 22, 2024
1 parent bcec724 commit 27a59d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
d.read_from_file(sys.argv[1])
log = log.get_logger(**d)

combined_spec_dir = f"combined_spectra{tag}"

tag = d["best_fit_tag"]

combined_spec_dir = f"combined_spectra{tag}"
bestfit_dir = f"best_fits{tag}"
plot_dir = f"plots/combined_spectra{tag}/"
pspy_utils.create_directory(plot_dir)
Expand Down

0 comments on commit 27a59d4

Please sign in to comment.