Skip to content

Commit

Permalink
Update cfradial.py before you release (#235)
Browse files Browse the repository at this point in the history
* Update cfradial.py
* remove stale docstring entry
  • Loading branch information
syedhamidali authored Nov 4, 2024
1 parent 223f0b4 commit 18aad31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xradar/transform/cfradial.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@


# to_cfradial1 function implementation
def to_cfradial1(dtree=None, filename=None, calibs=True):
def to_cfradial1(dtree=None, calibs=True):
"""
Convert a radar xarray.DataTree to the CFRadial1 format
and save it to a file. Ensure that the resulting dataset
Expand All @@ -89,8 +89,6 @@ def to_cfradial1(dtree=None, filename=None, calibs=True):
----------
dtree: xarray.DataTree
Radar xarray.DataTree object.
filename: str, optional
The name of the output netCDF file.
calibs: Bool, optional
Whether to include calibration parameters.
"""
Expand Down

0 comments on commit 18aad31

Please sign in to comment.