-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REFACTOR!: Architecture to match pyansys guide lines (#4849)
Co-authored-by: Samuel Lopez <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthew Young <[email protected]>
- Loading branch information
1 parent
ca17b80
commit cbad1a0
Showing
689 changed files
with
37,143 additions
and
3,972 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.github/* @MaxJPRey @maxcapodi78 @Samuelopez-ansys | ||
|
||
/_unittest/test_26_emit.py @jsalant22 @myoung301 | ||
/pyaedt/emit.py @jsalant22 @myoung301 | ||
/pyaedt/emit_core/ @jsalant22 @myoung301 | ||
/pyaedt/modeler/circuits/PrimitivesEmit.py @jsalant22 @myoung301 | ||
/src/ansys/aedt/core/emit.py @jsalant22 @myoung301 | ||
/src/ansys/aedt/core/emit_core/ @jsalant22 @myoung301 | ||
/src/ansys/aedt/core/modeler/circuits/PrimitivesEmit.py @jsalant22 @myoung301 | ||
/examples/07-EMIT/ @jsalant22 @myoung301 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
Copy-Item -Path "C:\actions-runner\local_config.json" -Destination "_unittest" -Force | ||
mkdir tmp | ||
cd tmp | ||
python -c "import pyaedt; print('Imported pyaedt')" | ||
python -c "import ansys.aedt.core; print('Imported pyaedt')" | ||
# - name: "Check licences of packages" | ||
# uses: pyansys/pydpf-actions/[email protected] | ||
|
@@ -71,7 +71,7 @@ jobs: | |
run: | | ||
testenv\Scripts\Activate.ps1 | ||
Set-Item -Path env:PYTHONMALLOC -Value "malloc" | ||
pytest --tx 6*popen --durations=50 --dist loadfile -v --cov=pyaedt --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest | ||
pytest --tx 6*popen --durations=50 --dist loadfile -v --cov=ansys.aedt.core --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest | ||
- uses: codecov/codecov-action@v4 | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,7 +361,7 @@ doc/build_errors.txt | |
_autosummary/ | ||
|
||
# pip files | ||
*.egg-info/* | ||
*.egg-info* | ||
build/ | ||
dist/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
global-include ansys.aedt.core *.txt *.md *.toml *.json *.png *.xml *.areg *.joblib *.acf *.m *.ipynb *.py_build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.