Skip to content

Commit

Permalink
fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 16, 2024
1 parent 127a6db commit de2b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/fitter_ccf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_ccf_info(spec_setup, config):
ccf_continuum = config.get('ccf_continuum_normalize')
if ccf_continuum is None:
ccf_continuum = True
ccf_info_fname = prefix + make_ccf.get_ccf_pkl_name(
ccf_info_fname = prefix + make_ccf.get_ccf_info_name(
spec_setup, ccf_continuum)
ccf_dat_fname = prefix + make_ccf.get_ccf_dat_name(
spec_setup, ccf_continuum)
Expand Down

0 comments on commit de2b283

Please sign in to comment.