Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschubert committed Dec 6, 2023
1 parent 79cc762 commit 1c6441a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/invrs_gym/challenges/sorter/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,9 @@ def simulate_sorter(
This code is adapted from the fmmax.examples.sorter script.
The sorter consists of a metasurface layer situated above a quad of pixels.
Each pixel is square in shape, and includes a circular "target" region in
its interior. Above the metasurface is a cap, and it is separated from the
substrate by a spacer layer, as illustrated below.
The sorter consists of a metasurface layer situated above a quad of pixels,
with each pixel being square in shape. Above the metasurface is a cap, and
it is separated from the substrate by a spacer layer as illustrated below.
__________________________
/ /|
Expand Down

0 comments on commit 1c6441a

Please sign in to comment.