Skip to content

Commit

Permalink
Improve the default setting in test_dr7sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WenkeRen committed Nov 2, 2024
1 parent 4b203da commit 7aed878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dr7sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_dr7(nqsofit=20):
q = QSOFit(lam, flux, err, z, ra=ra, dec=dec, plateid=plate, mjd=mjd, fiberid=fiber, path=path_ex)

# Do the fitting
q.Fit(param_file_name='qsopar.fits', name=None, qso_type='CZBIN1', host_type='BC03', save_fig=False, save_result=False)
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='CZBIN1', host_type='PCA', save_fig=False, save_result=False)
Expand Down

0 comments on commit 7aed878

Please sign in to comment.