@@ -50,7 +50,7 @@ class ScalingError(WriterError):
50
50
class ArrayWriter (object ):
51
51
52
52
def __init__ (self , array , out_dtype = None , ** kwargs ):
53
- """ Initialize array writer
53
+ r """ Initialize array writer
54
54
55
55
Parameters
56
56
----------
@@ -247,7 +247,7 @@ class SlopeArrayWriter(ArrayWriter):
247
247
248
248
def __init__ (self , array , out_dtype = None , calc_scale = True ,
249
249
scaler_dtype = np .float32 , ** kwargs ):
250
- """ Initialize array writer
250
+ r """ Initialize array writer
251
251
252
252
Parameters
253
253
----------
@@ -478,7 +478,7 @@ class SlopeInterArrayWriter(SlopeArrayWriter):
478
478
479
479
def __init__ (self , array , out_dtype = None , calc_scale = True ,
480
480
scaler_dtype = np .float32 , ** kwargs ):
481
- """ Initialize array writer
481
+ r """ Initialize array writer
482
482
483
483
Parameters
484
484
----------
@@ -751,7 +751,7 @@ def get_slope_inter(writer):
751
751
752
752
def make_array_writer (data , out_type , has_slope = True , has_intercept = True ,
753
753
** kwargs ):
754
- """ Make array writer instance for array `data` and output type `out_type`
754
+ r """ Make array writer instance for array `data` and output type `out_type`
755
755
756
756
Parameters
757
757
----------
0 commit comments