Skip to content

Commit

Permalink
test host prior
Browse files Browse the repository at this point in the history
  • Loading branch information
burke86 committed Jun 29, 2024
1 parent eda8353 commit 72eb301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_dr7sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ def test_dr7(nqsofit=20):
# Do the fitting
q.Fit(param_file_name='qsopar.fits', name=None, qso_type='global', host_type='BC03', save_fig=False, save_result=False)

# Test with host prior
q.Fit(param_file_name='qsopar.fits', name=None, host_prior=True, qso_type='global', host_type='BC03', save_fig=False, save_result=False)

# Emission line loop
for j, line in enumerate(line_calc_names):

Expand Down

0 comments on commit 72eb301

Please sign in to comment.