Skip to content

Commit

Permalink
line reformatting per black
Browse files Browse the repository at this point in the history
  • Loading branch information
isilber committed Aug 14, 2023
1 parent 64a6b3c commit 6571b78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyart/retrieve/simple_moment_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,5 @@ def calculate_velocity_texture(
vel_texture_field["standard_name"] = (
"texture_of_radial_velocity" + "_of_scatters_away_from_instrument"
)
vel_texture_field["data"] = ndimage.median_filter(
vel_texture, size=wind_size
)
vel_texture_field["data"] = ndimage.median_filter(vel_texture, size=wind_size)
return vel_texture_field

0 comments on commit 6571b78

Please sign in to comment.