Skip to content

Commit

Permalink
Merge branch 'feat-logger/3-replace-print-logger-tools' into feat-log…
Browse files Browse the repository at this point in the history
…ger/4-replace-print-logger-config
  • Loading branch information
hollandjg authored Mar 19, 2024
2 parents 5830f6d + 475a0c5 commit a48622a
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 a48622a

Please sign in to comment.