Skip to content

Commit

Permalink
Merge branch 'feat-logger/4-replace-print-logger-config' into feat-lo…
Browse files Browse the repository at this point in the history
…gger/5-replace-print-logger-local_modules
  • Loading branch information
hollandjg authored Mar 19, 2024
2 parents ece4f27 + a48622a commit d2d12e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/icesat2waves/analysis_db/B06_correct_separate_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def calculate_k_end(x, k, k_end_previous, G_gFT_smth):
G_gFT_smth.sel(x=x) / k, plot_flag=False
)
k_save = k_end_previous if k_end == k[0] else k_end
_logger.debug("--------------------------")
return k_save


Expand Down

0 comments on commit d2d12e0

Please sign in to comment.