-
Notifications
You must be signed in to change notification settings - Fork 201
FIX: emit properties cleanup #6835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jsalant22
wants to merge
55
commits into
main
Choose a base branch
from
B1345240_emit
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+12,300
−1,954
Open
Changes from 6 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
6357817
make sure all EMIT UI props are accessible in pyaedt
jsalant22 947c05f
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 7a0496c
chore: adding changelog file 6835.fixed.md [dependabot-skip]
pyansys-ci-bot 317f64a
remove duplicate functions
jsalant22 c73f853
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 05a7bd4
fix test due to 25.2 aedt bug
jsalant22 16bcab9
Update tests/system/emit/test_emit.py
jsalant22 94df8e0
Merge branch 'main' into B1345240_emit
jsalant22 6fab7a7
add some test coverage
jsalant22 83b5e62
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 97cfa31
Update revision.py
jsalant22 08cdad3
Update revision.py
jsalant22 2c52827
add coverage test
jsalant22 b6ecc8f
remove comment
jsalant22 b22ae0d
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 1333550
Merge branch 'main' into B1345240_emit
jsalant22 1979ca4
fix test
jsalant22 a8b2a94
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 c7c520a
add some error checking
jsalant22 dc55bc9
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 815335a
fix some enums
jsalant22 b53f2a5
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] a29ecc7
Merge branch 'main' into B1345240_emit
jsalant22 c43f8e0
Merge branch 'main' into B1345240_emit
jsalant22 f3c06fa
add coverage
jsalant22 4cb8f70
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 44c706d
fix codacy and force unique names for renaming
jsalant22 be3e240
fix test
jsalant22 da916d8
skip builtins
jsalant22 9bce2ed
speed up test
jsalant22 d478a1b
increase timeout
jsalant22 3c56d2c
Merge branch 'main' into B1345240_emit
jsalant22 6481a87
change some displayNames to subType
jsalant22 bde5c48
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 911b7c2
fix mux band subtype
jsalant22 868398b
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 aa1b77a
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 73194da
skip all nodes test on 252
jsalant22 11bc74f
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 6cae612
Merge branch 'main' into B1345240_emit
jsalant22 a59e00a
update some tests
jsalant22 3c3e06a
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 647339b
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 2236053
add test for importing cad/touchstone
jsalant22 f98241e
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 5ceb3e6
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] 108fef6
fix precommit
jsalant22 7f460e1
Merge branch 'B1345240_emit' of https://github.com/ansys/pyaedt into …
jsalant22 252f7a5
fix some ide warnings
jsalant22 0da4909
fix test
jsalant22 48bb8b1
fix availability test
jsalant22 4ac472d
skip test
jsalant22 8bdd90b
initialize the tables param
jsalant22 1dd6188
cleanup some IDE warnings
jsalant22 c1f06d1
CHORE: Auto fixes from pre-commit hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
| Emit properties cleanup |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -32,4 +32,5 @@ aline | |
| COM | ||
| gRPC | ||
| Toolkits | ||
| Extensions | ||
| Extensions | ||
| Synopsys | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.