Skip to content

Commit

Permalink
rectify obs before prediction in agn test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-j committed Jan 4, 2024
1 parent c15ccc2 commit b55325d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_agn_eline.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_agn_elines():
flux=np.ones(1000),
uncertainty=np.ones(1000)*0.1)
obs = [spec, phot]
[ob.rectify() for ob in obs]

# --- model ---
model_pars = TemplateLibrary["parametric_sfh"]
Expand Down

0 comments on commit b55325d

Please sign in to comment.