Skip to content

Commit

Permalink
Update tidy3d.py to ignore eps spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-david-fischbach committed Jul 3, 2023
1 parent 826bf76 commit a6c0c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meow/fde/tidy3d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" FDE Tidy3d backend (default backend for MEOW) """
. """ FDE Tidy3d backend (default backend for MEOW) """

from types import SimpleNamespace
from typing import Literal, Optional
Expand Down Expand Up @@ -65,7 +65,7 @@ def compute_modes_tidy3d(
coords=[cs.cell.mesh.x, cs.cell.mesh.y],
freq=c / (cs.env.wl * 1e-6),
mode_spec=mode_spec,
)
)[:2]
)

if num_modes == 1:
Expand Down

0 comments on commit a6c0c3f

Please sign in to comment.