Skip to content

Commit

Permalink
fix other typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Hammond committed Sep 22, 2022
1 parent 4a480c9 commit bd59312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/adjoint/optimization_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(
simulation: mp.Simulation,
objective_functions: List[Callable],
objective_arguments: List[ObjectiveQuantity],
design_regions: [DesignRegion],
design_regions: List[DesignRegion],
frequencies: Optional[Union[float, List[float]]] = None,
fcen: Optional[float] = None,
df: Optional[float] = None,
Expand All @@ -42,7 +42,7 @@ def __init__(
):
"""
+ **`simulation` [ `Simulation` ]** — The corresponding Meep
`Simulation` object that describeds the problem (e.g. sources,
`Simulation` object that describes the problem (e.g. sources,
geometry)
+ **`objective_functions` [ `list of ` ]** —
Expand Down

0 comments on commit bd59312

Please sign in to comment.