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

FEAT: rpyc integration #859

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

FEAT: rpyc integration #859

wants to merge 12 commits into from

Conversation

dipinknair
Copy link
Collaborator

Idea is to have remote mechanical embedding services using rpyc

@github-actions github-actions bot added dependencies Related with project dependencies enhancement New features or code improvements labels Aug 7, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 7, 2024
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.98%. Comparing base (675971e) to head (0acc4fb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #859      +/-   ##
==========================================
- Coverage   81.02%   80.98%   -0.05%     
==========================================
  Files          36       36              
  Lines        2272     2272              
==========================================
- Hits         1841     1840       -1     
- Misses        431      432       +1     

@dipinknair dipinknair removed the documentation Improvements or additions to documentation label Aug 8, 2024
):
"""Initialize the server."""
self._exited = False
self._app: mech.App = None
Copy link
Collaborator

Choose a reason for hiding this comment

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

use the "BackgroundApp" class to wrap exited, thread, and app. It'll simplify this class

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies documentation Improvements or additions to documentation enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants