We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeb4b1 commit ff996ceCopy full SHA for ff996ce
1 file changed
simpeg_drivers/utils/nested.py
@@ -307,7 +307,7 @@ def create_simulation(
307
# For DCIP-2D, create a projection from the global active cells to
308
# the local active cells
309
else:
310
- # Map the line_ids to the mesh parts
+ # Map the survey locations (distances) to the mesh parts
311
in_cell = np.searchsorted(
312
simulation.mesh.cell_centers_x, local_survey.locations_a[:, 0]
313
)
0 commit comments