Skip to content

Commit

Permalink
Merge branch 'main' into release/0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Mar 9, 2023
2 parents c6c9ac4 + 9fd4ab0 commit dfdcd53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyaedt/modules/DesignXPloration.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def analyze(
>>> oDesign.Analyze
"""
self._app.analyze_setup(
self._app.analyze(
setup_name=self.name,
num_cores=num_cores,
num_tasks=num_tasks,
Expand Down
2 changes: 1 addition & 1 deletion pyaedt/modules/SolveSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def analyze(
>>> oDesign.Analyze
"""
self._app.analyze_setup(
self._app.analyze(
setup_name=self.name,
num_cores=num_cores,
num_tasks=num_tasks,
Expand Down
5 changes: 4 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ pyvista==0.38.3; python_version > '3.6'
# License: MIT

scikit-rf; python_version > '3.6'
# License: BSD-3-Clause License
# License: BSD-3-Clause License

openpyxl==3.1.1; python_version > '3.6'
# License: MIT
2 changes: 2 additions & 0 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jupyterlab==3.6.1
matplotlib==3.7.0
nbsphinx==0.8.12
numpydoc==1.5.0
openpyxl==3.1.1
osmnx
pypandoc==1.11
pytest-sphinx==0.5.0
Expand All @@ -23,3 +24,4 @@ sphinx-notfound-page==0.8.3
sphinxcontrib-websupport==1.2.4
SRTM.py
utm

0 comments on commit dfdcd53

Please sign in to comment.