Skip to content

Commit

Permalink
Update src/icesat2waves/analysis_db/B06_correct_separate_var.py
Browse files Browse the repository at this point in the history
Co-authored-by: Camilo Diaz <[email protected]>
  • Loading branch information
hollandjg and kmilo9999 authored Mar 19, 2024
1 parent c4e44cc commit 3b23cab
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 3b23cab

Please sign in to comment.