-
Notifications
You must be signed in to change notification settings - Fork 25
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
improve runtime client config #1314
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1314 +/- ##
==========================================
+ Coverage 87.45% 87.55% +0.10%
==========================================
Files 81 81
Lines 9236 9255 +19
==========================================
+ Hits 8077 8103 +26
+ Misses 1159 1152 -7 |
src/ansys/dpf/gate/misc.py
Outdated
@@ -1,11 +1,33 @@ | |||
DEFAULT_FILE_CHUNK_SIZE = None | |||
COMMON_PROGRESS_BAR = None | |||
_CLIENT_CONFIG = {} | |||
|
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.
@cbellot000 do we have an equivalent PR on pygate?
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.
yes
BUG: The runtime client config is only client side: it should not start a server
when a client is created a after client setting are changed: the client should take into account these changes