Skip to content

Commit

Permalink
STY: linting (black)
Browse files Browse the repository at this point in the history
  • Loading branch information
isilber committed Apr 3, 2024
1 parent 0e84c6d commit 7cfdc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/util/radar_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def determine_sweeps(
max_offset=0.1,
running_win_dt=5.0,
deg_rng=(-5.0, 360.0),
consider_2pi_jump=True
consider_2pi_jump=True,
):
"""
Determine the number of sweeps using elevation data (PPI scans) or azimuth
Expand Down

0 comments on commit 7cfdc6c

Please sign in to comment.