@@ -3405,8 +3405,8 @@ def __init__(self, grid, config, stencil_factory):
34053405 layout = self .config .layout ,
34063406 )
34073407
3408- self .quantity_factory = QuantityFactory . from_backend (
3409- sizer , self .stencil_factory .backend
3408+ self .quantity_factory = QuantityFactory (
3409+ sizer , backend = self .stencil_factory .backend
34103410 )
34113411
34123412 self .grid_indexing = stencil_factory .grid_indexing
@@ -3518,8 +3518,8 @@ def __init__(self, grid, config, stencil_factory):
35183518 layout = self .config .layout ,
35193519 )
35203520
3521- self .quantity_factory = QuantityFactory . from_backend (
3522- sizer , self .stencil_factory .backend
3521+ self .quantity_factory = QuantityFactory (
3522+ sizer , backend = self .stencil_factory .backend
35233523 )
35243524
35253525 self .grid_indexing = stencil_factory .grid_indexing
@@ -3623,8 +3623,8 @@ def __init__(self, grid, config, stencil_factory):
36233623 layout = self .config .layout ,
36243624 )
36253625
3626- self .quantity_factory = QuantityFactory . from_backend (
3627- sizer , self .stencil_factory .backend
3626+ self .quantity_factory = QuantityFactory (
3627+ sizer , backend = self .stencil_factory .backend
36283628 )
36293629
36303630 self .grid_indexing = stencil_factory .grid_indexing
@@ -3740,8 +3740,8 @@ def __init__(self, grid, config, stencil_factory):
37403740 layout = self .config .layout ,
37413741 )
37423742
3743- self .quantity_factory = QuantityFactory . from_backend (
3744- sizer , self .stencil_factory .backend
3743+ self .quantity_factory = QuantityFactory (
3744+ sizer , backend = self .stencil_factory .backend
37453745 )
37463746
37473747 self .grid_indexing = stencil_factory .grid_indexing
@@ -3853,8 +3853,8 @@ def __init__(self, grid, config, stencil_factory):
38533853 layout = self .config .layout ,
38543854 )
38553855
3856- self .quantity_factory = QuantityFactory . from_backend (
3857- sizer , self .stencil_factory .backend
3856+ self .quantity_factory = QuantityFactory (
3857+ sizer , backend = self .stencil_factory .backend
38583858 )
38593859
38603860 self .grid_indexing = stencil_factory .grid_indexing
@@ -4020,8 +4020,8 @@ def __init__(self, grid, config, stencil_factory):
40204020 layout = self .config .layout ,
40214021 )
40224022
4023- self .quantity_factory = QuantityFactory . from_backend (
4024- sizer , self .stencil_factory .backend
4023+ self .quantity_factory = QuantityFactory (
4024+ sizer , backend = self .stencil_factory .backend
40254025 )
40264026
40274027 self .grid_indexing = stencil_factory .grid_indexing
@@ -4185,8 +4185,8 @@ def __init__(self, grid, config, stencil_factory):
41854185 layout = self .config .layout ,
41864186 )
41874187
4188- self .quantity_factory = QuantityFactory . from_backend (
4189- sizer , self .stencil_factory .backend
4188+ self .quantity_factory = QuantityFactory (
4189+ sizer , backend = self .stencil_factory .backend
41904190 )
41914191
41924192 self .grid_indexing = stencil_factory .grid_indexing
@@ -4320,8 +4320,8 @@ def __init__(self, grid, config, stencil_factory):
43204320 layout = self .config .layout ,
43214321 )
43224322
4323- self .quantity_factory = QuantityFactory . from_backend (
4324- sizer , self .stencil_factory .backend
4323+ self .quantity_factory = QuantityFactory (
4324+ sizer , backend = self .stencil_factory .backend
43254325 )
43264326
43274327 self .grid_indexing = stencil_factory .grid_indexing
@@ -4381,8 +4381,8 @@ def __init__(self, grid, config, stencil_factory):
43814381 layout = self .config .layout ,
43824382 )
43834383
4384- self .quantity_factory = QuantityFactory . from_backend (
4385- sizer , self .stencil_factory .backend
4384+ self .quantity_factory = QuantityFactory (
4385+ sizer , backend = self .stencil_factory .backend
43864386 )
43874387
43884388 self .grid_indexing = stencil_factory .grid_indexing
@@ -4535,8 +4535,8 @@ def __init__(self, grid, config, stencil_factory):
45354535 layout = self .config .layout ,
45364536 )
45374537
4538- self .quantity_factory = QuantityFactory . from_backend (
4539- sizer , self .stencil_factory .backend
4538+ self .quantity_factory = QuantityFactory (
4539+ sizer , backend = self .stencil_factory .backend
45404540 )
45414541
45424542 self .grid_indexing = stencil_factory .grid_indexing
0 commit comments