Skip to content

Commit

Permalink
Merge pull request #239 from gdsfactory/tidy3d_rework2
Browse files Browse the repository at this point in the history
Tidy3d rework2
  • Loading branch information
joamatab authored Nov 28, 2023
2 parents 4595663 + 97fda6a commit 9b8ee3f
Show file tree
Hide file tree
Showing 26 changed files with 1,362 additions and 1,437 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
eval "$(micromamba shell hook --shell=bash)"
micromamba activate
micromamba install -c conda-forge pymeep=*=mpi_mpich_* nlopt -y
make dev
make dev test-data
make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
eval "$(micromamba shell hook --shell=bash)"
micromamba activate
micromamba install -c conda-forge pymeep=*=mpi_mpich_* nlopt -y
make test-data
make dev
make docs
- name: Expose docs artifact
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__/
*$py.class
temp.msh2
docs/notebooks/temporary
docs/notebooks/batch-*

# C extensions
*.so
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cov:
test-data:
git clone https://github.com/gdsfactory/gdsfactory-test-data.git -b test-data test-data

test-data-developers:
test-data-ssh:
git clone [email protected]:gdsfactory/gdsfactory-test-data.git -b test-data test-data

git-rm-merged:
Expand Down
1 change: 0 additions & 1 deletion docs/api_design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ FDTD Simulation
:toctree: _autosummary/

write_sparameters
write_sparameters_batch
write_sparameters_grating_coupler
write_sparameters_grating_coupler_batch

Expand Down
Loading

0 comments on commit 9b8ee3f

Please sign in to comment.