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
However, the is_integrated option doesn't change anything, I never get an actual plane-wave source. My meep version is 1.23.0, but the same issue appears with 1.22. With version 1.21 it works.
resulting figure, is_integrated = True with meep 1.23.0
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! git bisect says that the problem is due to ce4d151 (#1829) by @oskooi
It looks like that PR added some is_integrated=False defaults to subclasses for documentation purposes, but forgot to pass the user's value to the superclass constructor.
I want to create a plane-wave source extending into a PML-Layer. Therefore, I tried to reproduce this tutorial/example
I used the exact same code:
However, the
is_integrated
option doesn't change anything, I never get an actual plane-wave source. My meep version is 1.23.0, but the same issue appears with 1.22. With version 1.21 it works.resulting figure,
is_integrated = True
with meep 1.23.0The text was updated successfully, but these errors were encountered: