Skip to content
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

issue-4102-reverting-implementation-in-get_scalar_field_value #4103

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

nnetake
Copy link
Collaborator

@nnetake nnetake commented Jan 19, 2024

The simplified implementation GetTopEntryValue works fine in small models but it is failing in the big model (mesh ~27M). Therefore I am reverting this implementation to the previous one with temp file exporting and reading it to extract value which we verified that works fine with bigger models. GetTopEntryValue was working fine with versions <=22R2 but something happened in later versions on the native scripting side.

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (60b0e86) 81.85% compared to head (d9bd249) 81.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4103   +/-   ##
=======================================
  Coverage   81.85%   81.86%           
=======================================
  Files         184      184           
  Lines       63987    63994    +7     
=======================================
+ Hits        52377    52387   +10     
+ Misses      11610    11607    -3     

Copy link
Member

@Samuelopez-ansys Samuelopez-ansys left a comment

Choose a reason for hiding this comment

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

LGTM

@Samuelopez-ansys Samuelopez-ansys merged commit 4e7e35f into main Jan 19, 2024
15 checks passed
@Samuelopez-ansys Samuelopez-ansys deleted the bug/issue-4102/get_scalar_field_value branch January 19, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants