Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Jan 6, 2025
1 parent aec0d81 commit aa996e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcmdi_metrics/variability_mode/lib/eof_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def eof_analysis_get_variance_mode(
grid_area = calculate_grid_area(ds)
area_weights = calculate_area_weights(grid_area)
da = ds[data_var]
debug_print("Lib-EOF: Eof start", debug)
solver = Eof(da, weights=area_weights)
debug_print("Lib-EOF: eof", debug)

Expand Down

0 comments on commit aa996e6

Please # to comment.