File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors = [
1717keywords = [" geophysics" , " inverse problem" ]
1818
1919dependencies = [
20- " discretize>=0.10 .0" ,
20+ " discretize>=0.11 .0" ,
2121 " empymod>=2.0.0" ,
2222 " geoana>=0.5.0" ,
2323 " geoh5py>=0.11.0a1, <0.12.dev" ,
Original file line number Diff line number Diff line change @@ -6238,7 +6238,7 @@ def projection(self):
62386238 Set the projection matrix with partial volumes
62396239 """
62406240 if getattr (self , "_projection" , None ) is None :
6241- in_local = self .local_mesh ._get_containing_cell_indexes (
6241+ in_local = self .local_mesh .get_containing_cells (
62426242 self .global_mesh .cell_centers
62436243 )
62446244
@@ -6257,7 +6257,7 @@ def projection(self):
62576257
62586258 if self .enforce_active :
62596259 self .local_active [
6260- self .local_mesh ._get_containing_cell_indexes (
6260+ self .local_mesh .get_containing_cells (
62616261 self .global_mesh .cell_centers [~ self .global_active , :]
62626262 )
62636263 ] = False
You can’t perform that action at this time.
0 commit comments