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 5def739 commit 2ebbe41
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 @@ -639,7 +639,7 @@ def find_solution(init_models, config, peaks=None, peak_weights=None,

# This allows suppression of the terminal log output by calling the function
# with loglevel='debug'.
loglevel = "stdinfo" if config["verbose'] else "fullinfo"
loglevel = "stdinfo" if config["verbose"] else "fullinfo"
logit = getattr(log, loglevel)

# Create an initial fit_1D object using the initial wavelength model
Expand Down

0 comments on commit 2ebbe41

Please sign in to comment.