Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafacc committed Feb 15, 2025
1 parent 5360edf commit 6c8f9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ pip install -e .[dev,gdsfactory,prefab]
If you've installed the `dev` dependencies, you can run the test suite with:

```bash
pytest
```
pytest --cov=gds_fdtd tests
```
2 changes: 1 addition & 1 deletion examples/05_dual_polarization/05a_si_sin_escalator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Define the path to the GDS file
file_gds = os.path.join(os.path.dirname(os.path.dirname(__file__)), "devices.gds")

layout = gtd.lyprocessor.load_layout(file_gds, top_cell='sbend_dontfabme')
layout = gtd.lyprocessor.load_layout(file_gds, top_cell='si_sin_escalator_te1550')

simulation = gtd.simprocessor.build_sim_from_tech(
tech=technology,
Expand Down

0 comments on commit 6c8f9d4

Please sign in to comment.