@@ -82,7 +82,7 @@ def _blockm(block_method, table, outfile, x, y, z, **kwargs):
82
82
s = "skiprows" ,
83
83
w = "wrap" ,
84
84
)
85
- @kwargs_to_strings (R = "sequence" , i = "sequence_comma" )
85
+ @kwargs_to_strings (R = "sequence" , i = "sequence_comma" , o = "sequence_comma" )
86
86
def blockmean (table = None , outfile = None , * , x = None , y = None , z = None , ** kwargs ):
87
87
r"""
88
88
Block average (x,y,z) data tables by mean estimation.
@@ -161,7 +161,7 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
161
161
s = "skiprows" ,
162
162
w = "wrap" ,
163
163
)
164
- @kwargs_to_strings (R = "sequence" , i = "sequence_comma" )
164
+ @kwargs_to_strings (R = "sequence" , i = "sequence_comma" , o = "sequence_comma" )
165
165
def blockmedian (table = None , outfile = None , * , x = None , y = None , z = None , ** kwargs ):
166
166
r"""
167
167
Block average (x,y,z) data tables by median estimation.
@@ -246,7 +246,7 @@ def blockmedian(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
246
246
s = "skiprows" ,
247
247
w = "wrap" ,
248
248
)
249
- @kwargs_to_strings (R = "sequence" , i = "sequence_comma" )
249
+ @kwargs_to_strings (R = "sequence" , i = "sequence_comma" , o = "sequence_comma" )
250
250
def blockmode (table = None , outfile = None , * , x = None , y = None , z = None , ** kwargs ):
251
251
r"""
252
252
Block average (x,y,z) data tables by mode estimation.
0 commit comments