Example #1
0
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )
     self.max_size = args.get( 'max_size', 1000 )
Example #2
0
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )