Skip to content

Commit 18aad31

Browse files
authored
Update cfradial.py before you release (#235)
* Update cfradial.py * remove stale docstring entry
1 parent 223f0b4 commit 18aad31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xradar/transform/cfradial.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181
# to_cfradial1 function implementation
82-
def to_cfradial1(dtree=None, filename=None, calibs=True):
82+
def to_cfradial1(dtree=None, calibs=True):
8383
"""
8484
Convert a radar xarray.DataTree to the CFRadial1 format
8585
and save it to a file. Ensure that the resulting dataset
@@ -89,8 +89,6 @@ def to_cfradial1(dtree=None, filename=None, calibs=True):
8989
----------
9090
dtree: xarray.DataTree
9191
Radar xarray.DataTree object.
92-
filename: str, optional
93-
The name of the output netCDF file.
9492
calibs: Bool, optional
9593
Whether to include calibration parameters.
9694
"""

0 commit comments

Comments
 (0)