Skip to content

Commit

Permalink
Fix duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
blychs committed Nov 11, 2024
1 parent a65cddc commit 9a9826c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions melodies_monet/util/sat_l2_swath_utility_tempo.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ def regrid_and_apply_weights(
output = xr.merge([output, obsobj[sat_species_name]])
if "lat" in output.variables:
output = output.rename({"lat": "latitude", "lon": "longitude"})
if pair:
output = xr.merge([output, obsobj[sat_species_name]])
return output
if isinstance(obsobj, dict):
output_multiple = {}
Expand Down

0 comments on commit 9a9826c

Please sign in to comment.