You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered an issue where the sim.plot() was missing PMLs for a 2D simulation. Inspecting the Simulation._make_pml_boxes(), it seems the boxes have size 0 in the normal direction, so they probably are just not being found. We can put a condition to expand the PML boxes to infinity if any of the Simulation.size is 0 along that dimension perhaps.
The text was updated successfully, but these errors were encountered:
Encountered an issue where the
sim.plot()
was missing PMLs for a 2D simulation. Inspecting theSimulation._make_pml_boxes()
, it seems the boxes have size 0 in the normal direction, so they probably are just not being found. We can put a condition to expand the PML boxes to infinity if any of the Simulation.size is 0 along that dimension perhaps.The text was updated successfully, but these errors were encountered: