@@ -49,7 +49,7 @@ class ScalingError(WriterError):
4949class ArrayWriter (object ):
5050
5151 def __init__ (self , array , out_dtype = None , ** kwargs ):
52- """ Initialize array writer
52+ r """ Initialize array writer
5353
5454 Parameters
5555 ----------
@@ -246,7 +246,7 @@ class SlopeArrayWriter(ArrayWriter):
246246
247247 def __init__ (self , array , out_dtype = None , calc_scale = True ,
248248 scaler_dtype = np .float32 , ** kwargs ):
249- """ Initialize array writer
249+ r """ Initialize array writer
250250
251251 Parameters
252252 ----------
@@ -477,7 +477,7 @@ class SlopeInterArrayWriter(SlopeArrayWriter):
477477
478478 def __init__ (self , array , out_dtype = None , calc_scale = True ,
479479 scaler_dtype = np .float32 , ** kwargs ):
480- """ Initialize array writer
480+ r """ Initialize array writer
481481
482482 Parameters
483483 ----------
@@ -750,7 +750,7 @@ def get_slope_inter(writer):
750750
751751def make_array_writer (data , out_type , has_slope = True , has_intercept = True ,
752752 ** 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`
754754
755755 Parameters
756756 ----------
0 commit comments