Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jupyterlab-4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Sep 21, 2023
2 parents 256d921 + bd51f96 commit a795dd9
Show file tree
Hide file tree
Showing 52 changed files with 6,074 additions and 344 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
filter_mode: nofilter
fail_on_error: true
vale_flags: "--config=doc/.vale.ini"

docs_build:
runs-on: ubuntu-20.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Create PDF Documentations
run: |
testenv\Scripts\Activate.ps1
sphinx-build -j auto --color -b pdf -a doc/source doc/_build/pdf
.\doc\make.bat pdf
- name: Upload HTML documentation artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions _unittest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _method(
example_project = os.path.join(local_path, "example_models", subfolder, project_name + ".aedt")
example_folder = os.path.join(local_path, "example_models", subfolder, project_name + ".aedb")
if os.path.exists(example_project):
# Copy unit test project to scratch folder. Return full file path to the project without extension.
test_project = local_scratch.copyfile(example_project)
elif os.path.exists(example_project + "z"):
example_project = example_project + "z"
Expand Down
2 changes: 2 additions & 0 deletions _unittest/example_models/T20/source.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Source,Magnitude,Phase
Port1:1,0.0124696326829914,-31.3404056315101deg
Loading

0 comments on commit a795dd9

Please sign in to comment.