Skip to content

Commit

Permalink
Test errors, test errors, when do you end
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 28, 2024
1 parent 34f86f8 commit 1d38374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gollum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10.9, 3.11]
specutils-version: [1.8, 1.10, 1.12, 1.14]
specutils-version: [1.8, 1.11, 1.14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/gollum/phoenix.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
mask = (wl_orig >= wl_lo) & (wl_orig <= wl_hi)
wl_out = wl_orig[mask]

fn = f"{base_path}/PHOENIX-ACES-AGSS-COND-2011/Z{Z_string}/lte{teff:05d}-{logg:0.2f}{Z_string}.PHOENIX-ACES-AGSS-COND-2011-HiRes.fits"
fn = f"{base_path}PHOENIX-ACES-AGSS-COND-2011/Z{Z_string}/lte{teff:05d}-{logg:0.2f}{Z_string}.PHOENIX-ACES-AGSS-COND-2011-HiRes.fits"
flux_orig = fits.open(fn)[0].data.astype(np.float64)
flux_native = flux_orig[mask]
native_flux_unit = u.erg / u.s / u.cm**2 / u.cm
Expand Down

0 comments on commit 1d38374

Please sign in to comment.