Skip to content

Commit

Permalink
FIX: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jun 25, 2024
1 parent dc0b979 commit c3881f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyart/retrieve/comp_z.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ def composite_reflectivity(radar, field="reflectivity", gatefilter=None):
azimuth,
elevation,
instrument_parameters=instrument_parameters,
)
)
2 changes: 1 addition & 1 deletion tests/retrieve/test_comp_z.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def test_composite_z():
assert_array_almost_equal(
compz.fields["composite_reflectivity"]["data"][random_az, :],
np.arange(0, z.shape[1]),
)
)

0 comments on commit c3881f0

Please sign in to comment.