Skip to content

Commit

Permalink
Fix accidentally breaking downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 28, 2024
1 parent 1d38374 commit 25543f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gollum/phoenix.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
log.info("[WIP]Downloading PHOENIX models from the internet...")
log.info(f"We are using this FTP site: {site}")
wl_file = f"{site}WAVE_PHOENIX-ACES-AGSS-COND-2011.fits"
base_path = f"{site}PHOENIX-ACES-AGSS-COND-2011/"
base_path = site

Z_string = f"{Z:+0.1f}" if Z else "-0.0"

Expand Down

0 comments on commit 25543f9

Please sign in to comment.