Skip to content

Conversation

@germa89
Copy link
Collaborator

@germa89 germa89 commented Oct 22, 2025

Description

As the title.

Issue linked

Close #4268

Checklist

Copilot AI review requested due to automatic review settings October 22, 2025 10:09
@germa89 germa89 requested a review from a team as a code owner October 22, 2025 10:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Fixes a bug in the DCB composite example where plotter.update_coordinates method calls were failing because the method doesn't exist. The solution replaces these calls with direct assignment to the mesh points.

  • Replaced non-existent plotter.update_coordinates() calls with direct mesh point assignments
  • Maintained the same functionality while using the correct API

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added examples Publishing PyMAPDL examples documentation Documentation related (improving, adding, etc) bug Issue, problem or error in PyMAPDL labels Oct 22, 2025
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.27%. Comparing base (0a510cf) to head (3d67fd2).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4272      +/-   ##
==========================================
+ Coverage   91.05%   91.27%   +0.21%     
==========================================
  Files         193      193              
  Lines       15720    15720              
==========================================
+ Hits        14314    14348      +34     
+ Misses       1406     1372      -34     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89
Copy link
Collaborator Author

germa89 commented Oct 24, 2025

@pyansys-ci-bot LGTM.

Copy link
Contributor

@pyansys-ci-bot pyansys-ci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approving this PR because germa89 said so in here 😬

LGTM

@germa89 germa89 merged commit 9ca41ae into main Oct 24, 2025
119 of 127 checks passed
@germa89 germa89 deleted the fix/linkchecker_update_coord_dcb branch October 24, 2025 10:44
clatapie pushed a commit that referenced this pull request Oct 27, 2025
* fix: "update_coordinates" not found in dcb composite example

* chore: adding changelog file 4272.fixed.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
clatapie pushed a commit that referenced this pull request Nov 5, 2025
* fix: "update_coordinates" not found in dcb composite example

* chore: adding changelog file 4272.fixed.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
clatapie pushed a commit that referenced this pull request Nov 18, 2025
* fix: "update_coordinates" not found in dcb composite example

* chore: adding changelog file 4272.fixed.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
clatapie pushed a commit that referenced this pull request Nov 21, 2025
* fix: "update_coordinates" not found in dcb composite example

* chore: adding changelog file 4272.fixed.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
clatapie pushed a commit that referenced this pull request Nov 21, 2025
* fix: "update_coordinates" not found in dcb composite example

* chore: adding changelog file 4272.fixed.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue, problem or error in PyMAPDL documentation Documentation related (improving, adding, etc) examples Publishing PyMAPDL examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LinkCheck workflow is failing again

3 participants