Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Jun 4, 2024
1 parent eb0f43a commit bb7c4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pypromice/process/L2toL3.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def toL3(L2, T_0=273.15):
ds[var_out] = \
('time', piecewise_smoothing_and_interpolation(ds[var].to_series(), breaks))

ds['lat_avg'] = ds['lat'].mean()
ds['lon_avg'] = ds['lon'].mean()
ds['alt_avg'] = ds['alt'].mean()
ds['lat_avg'] = ds['lat'].mean()
ds['lon_avg'] = ds['lon'].mean()
ds['alt_avg'] = ds['alt'].mean()
return ds


Expand Down

0 comments on commit bb7c4c0

Please sign in to comment.