Skip to content

Commit

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

Please sign in to comment.