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