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

fix sharing app instances, clarify contract #784

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

koubaa
Copy link
Collaborator

@koubaa koubaa commented Jun 21, 2024

Tested with embedded examples - ansys/pymechanical-embedding-examples#203

@koubaa koubaa requested a review from a team as a code owner June 21, 2024 16:00
@github-actions github-actions bot added the bug Something isn't working label Jun 21, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 21, 2024
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

Attention: Patch coverage is 7.14286% with 13 lines in your changes missing coverage. Please review.

Project coverage is 81.00%. Comparing base (25a6a4c) to head (fcbd80b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #784      +/-   ##
==========================================
- Coverage   81.30%   81.00%   -0.31%     
==========================================
  Files          32       32              
  Lines        2065     2074       +9     
==========================================
+ Hits         1679     1680       +1     
- Misses        386      394       +8     

@dipinknair dipinknair merged commit 2aed30b into main Jun 21, 2024
60 of 61 checks passed
@dipinknair dipinknair deleted the fix-building-gallery-scopes branch June 21, 2024 17:19
@@ -297,8 +297,8 @@ def _share(self, other) -> None:
they all point to the same underlying application
object. Because of that, special care needs to be
taken to properly share the state. Other will be
Copy link
Collaborator

Choose a reason for hiding this comment

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

they all point to the same underlying application object. As a result, you need to be careful to properly share the state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants