-
Notifications
You must be signed in to change notification settings - Fork 123
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
Update conftest.py to switch mapdl.tbdat to mapdl.tbdata #3362
Conversation
fixing newly added mapdl.tbdat to mapdl.tbdata to fix the following [ERROR] TestFieldComponentValueGetter.test_temp - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat' [ERROR] TestFieldComponentValueGetter.test_pressure - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat' [ERROR] TestFieldComponentValueGetter.test_volt - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat' [ERROR] TestFieldComponentValueGetter.test_mag - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat'
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
@pyansys-ci-bot LGTM. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3362 +/- ##
==========================================
- Coverage 87.13% 87.12% -0.02%
==========================================
Files 55 55
Lines 9813 9813
==========================================
- Hits 8551 8550 -1
- Misses 1262 1263 +1 |
thank you a lot @dts12263 ! |
btw, you haven't been authorized yet.... but this comment will trigger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing newly added mapdl.tbdat to mapdl.tbdata to fix the following
[ERROR] TestFieldComponentValueGetter.test_temp - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat'
[ERROR] TestFieldComponentValueGetter.test_pressure - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat'
[ERROR] TestFieldComponentValueGetter.test_volt - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat'
[ERROR] TestFieldComponentValueGetter.test_mag - E AttributeError: 'MapdlGrpc' object has no attribute 'tbdat'
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
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)