Skip to content

Commit

Permalink
another merge typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Apr 17, 2024
1 parent 346adf6 commit 5def739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempy/library/wavecal.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def get_all_input_data(ext, p, config, linelist=None, bad_bits=0,
return {"spectrum": np.ma.masked_array(data, mask=mask),
"init_models": m_init, "peaks": peaks, "weights": weights,
"linelist": linelist, "fwidth": fwidth, "location": location,
"cenwave_accuracy" : dcenwave, "refplot_data": refplot_dict}
"cenwave_accuracy" : dcenwave, "refplot_data": refplot_dict,
"bounds_setter": partial(p._apply_wavelength_model_bounds, ext=ext)}

def find_solution(init_models, config, peaks=None, peak_weights=None,
Expand Down

0 comments on commit 5def739

Please sign in to comment.