Skip to content

Conversation

valallansys
Copy link
Contributor

@valallansys valallansys commented Aug 14, 2025

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

Checklist

@valallansys valallansys requested a review from a team as a code owner August 14, 2025 14:45
@ansys-cla-bot
Copy link

ansys-cla-bot bot commented Aug 14, 2025

CLA Check Failed: Commit Author Verification Unsuccessful

One or more commits in this pull request contain missing or invalid author information. This issue may arise due to:

  • A change in the contributor’s GitHub username
  • Deletion of the contributor’s GitHub account
  • Corruption or alteration of commit author metadata

Please update the commit author details and push the updated commit to proceed with the CLA verification.

@valallansys valallansys changed the title Add wrinqr access to mapdl_inprocess feature : Add wrinqr access to mapdl_inprocess Aug 14, 2025
@valallansys valallansys changed the title feature : Add wrinqr access to mapdl_inprocess feat: Add wrinqr access to mapdl_inprocess Aug 14, 2025
@github-actions github-actions bot added the new feature Request or proposal for a new feature label Aug 14, 2025
@valallansys valallansys force-pushed the feat/add_wrinqr_to_inprocess branch from 8c8b298 to 414164d Compare August 14, 2025 14:55
@valallansys valallansys requested a review from koubaa August 14, 2025 14:56

return self._in_process_backend.run_command(command, verbose, mute).strip()

def wrinqr(self, key: int) -> int:
Copy link
Contributor

Choose a reason for hiding this comment

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

can you create a fallback for older versions of mapdl? Someone might create a virtual environment with mapdl version 252 that pulls the latest pymapdl version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just pushed a solution but self.version was calling the wrong wrinqr which ended up in a recusrion error. I overloaded version to fix that. Tell me what you think about it

@germa89
Copy link
Collaborator

germa89 commented Aug 18, 2025

@Revathyvenugopal162 @jorgepiloto CLA is failing again

@germa89 germa89 linked an issue Aug 18, 2025 that may be closed by this pull request
@germa89
Copy link
Collaborator

germa89 commented Aug 18, 2025

@valallansys ping me when this is ready to review and all the comments have been addressed.

@germa89 germa89 marked this pull request as draft August 18, 2025 11:35
@valallansys valallansys force-pushed the feat/add_wrinqr_to_inprocess branch from 7c106ca to 206b7c8 Compare August 18, 2025 12:11
@Revathyvenugopal162
Copy link
Contributor

Revathyvenugopal162 commented Aug 18, 2025

@Revathyvenugopal162 @jorgepiloto CLA is failing again

The issue was caused by the username set on the machine. Even after fixing that and force-pushing, the information wasn’t removed. However, the CLA bot passes on new PRs. For example: https://github.com/ansys/pymapdl/pull/4178/checks?check_run_id=48302847975. So, you can either merge this PR or open a new one. Please note that the CLA might not pass on this PR because it contains that orphan commit, and the PR owner’s data is also orphaned since their first commit was orphaned as well

GitHub
Description Please provide a brief description of the changes made in this pull request. Issue linked Please mention the issue number or describe the problem this pull request addresses. Checklist ...

Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.68%. Comparing base (245fa84) to head (206b7c8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4177      +/-   ##
==========================================
- Coverage   91.49%   87.68%   -3.81%     
==========================================
  Files         193      193              
  Lines       15730    15730              
==========================================
- Hits        14392    13793     -599     
- Misses       1338     1937     +599     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@valallansys
Copy link
Contributor Author

Closing this PR because of an issue with my username. Moving to #4179

@germa89 germa89 deleted the feat/add_wrinqr_to_inprocess branch August 21, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature Request or proposal for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add wrinqr access from MAPDL python plugin

5 participants