We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6509728 commit 08d42fbCopy full SHA for 08d42fb
tidy3d/components/field_projection.py
@@ -331,7 +331,7 @@ def _resample_surface_currents(
331
coord_list[idx][-1],
332
)
333
if pts_per_wavelength is None:
334
- points = sim_data.simulation.grid.boundaries.to_list[idx]
+ points = sim_data.simulation.grid.boundaries.to_list[idx].copy()
335
points[np.argwhere(points < start)] = start
336
points[np.argwhere(points > stop)] = stop
337
colocation_points[idx] = np.unique(points)
0 commit comments