-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid changing entities ids after plotting (#3421)
* feat: using only one instance of `save_selection`. * Revert "feat: using only one instance of `save_selection`." This reverts commit 51e514f. * fix: changing the ids, but not restoring correctly the components * refactor: small cosmetic changes * tests: adding tests * revert: avoiding mute amesh. * feat: using only one instance of `save_selection`. * Revert "feat: using only one instance of `save_selection`." This reverts commit 51e514f. * fix: changing the ids, but not restoring correctly the components * refactor: small cosmetic changes * tests: adding tests * revert: avoiding mute amesh. * chore: adding changelog file 3421.fixed.md * chore: adding changelog file 3421.fixed.md * doc: typos * refactor: Avoiding components for saving selections or for performing multiple selections. * fix: test and adding test for quality * fix: quality value in test_aplot * fix: wrong fixture name * fix: rerun function if fail because of midside nodes * feat: using 'has_dependency' to avoid another 'try' * fix: test being skipped because wrong library name * refactor: test match and removing duplicity * fix: find_version test * fix: example calling get_areas with "r" * test: reducing the tests to only one * fix: ci logging mapdl names * fix: test * fix: example * ci: fixing artifact upload path * fix: commit message * chore: removing f-string format * fix: test * test: cherry picking only main changes * feat: adding a retry method for checking the channel is alive on parsing chunks * feat: removing warning * test: disabling some tests * feat: returning empty grid when mesh has no nodes or elements * test: skipping tet * fix: commit message on PR image cache submitter * chore: update the image cache * chore: empty commit to trigger CICD --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: germa89 <[email protected]>
- Loading branch information
1 parent
1a1cfd4
commit 2354e68
Showing
16 changed files
with
279 additions
and
147 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -324,7 +324,7 @@ jobs: | |
- name: "Display files structure" | ||
if: always() | ||
env: | ||
MAPDL_INSTANCE: mapdl | ||
MAPDL_INSTANCE: MAPDL_0 | ||
LOG_NAMES: logs-build-docs | ||
run: | | ||
.ci/display_logs.sh | ||
|
@@ -548,23 +548,23 @@ jobs: | |
if: always() | ||
env: | ||
MAPDL_VERSION: ${{ matrix.mapdl-version }} | ||
MAPDL_INSTANCE: mapdl | ||
LOG_NAMES: logs-${{ matrix.mapdl-version }} | ||
MAPDL_INSTANCE: MAPDL_0 | ||
LOG_NAMES: logs-remote-${{ matrix.mapdl-version }} | ||
run: | | ||
.ci/collect_mapdl_logs.sh | ||
- name: "Upload logs to GitHub" | ||
if: always() | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: logs-${{ matrix.mapdl-version }}.tgz | ||
path: ./logs-${{ matrix.mapdl-version }}.tgz | ||
name: logs-remote-${{ matrix.mapdl-version }}.tgz | ||
path: ./logs-remote-${{ matrix.mapdl-version }}.tgz | ||
|
||
- name: "Display files structure" | ||
if: always() | ||
env: | ||
MAPDL_INSTANCE: mapdl | ||
LOG_NAMES: logs-${{ matrix.mapdl-version }} | ||
MAPDL_INSTANCE: MAPDL_0 | ||
LOG_NAMES: logs-remote-${{ matrix.mapdl-version }} | ||
run: | | ||
.ci/display_logs.sh | ||
|
@@ -695,7 +695,7 @@ jobs: | |
id: attatch-to-pr | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
message: Update the image cache | ||
message: "chore: update the image cache" | ||
committer_name: GitHub Actions | ||
committer_email: [email protected] | ||
add: './tests/.image_cache/*.png' | ||
|
@@ -711,7 +711,7 @@ jobs: | |
This commit does not re-run the CICD workflows (since no changes are made in the codebase) therefore you will see the actions showing in their status `Expected — Waiting for status to be reported`. Do not worry. You commit workflow is still running [here](https://github.com/ansys/pymapdl/pull/${{ github.event.pull_request.number }}/checks?sha=${{ github.event.pull_request.head.sha }}) :smile: | ||
You might want to rerun the test to make sure that everything is passing. You can retrigger the CICD sending an empty commit `git commit -m "Empty comment to trigger CICD" --allow-empty`. | ||
You might want to rerun the test to make sure that everything is passing. You can retrigger the CICD sending an empty commit `git commit -m "chore: empty comment to trigger CICD" --allow-empty`. | ||
You will see this message everytime your commit changes the image cache but you are not attaching the updated cache. :nerd_face: | ||
|
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 @@ | ||
fix: avoid changing entities ids after plotting |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.