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

improve runtime client config #1314

Merged
merged 10 commits into from
Dec 14, 2023
Merged

improve runtime client config #1314

merged 10 commits into from
Dec 14, 2023

Conversation

cbellot000
Copy link
Contributor

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

@cbellot000 cbellot000 requested a review from a team as a code owner December 8, 2023 13:07
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Merging #1314 (0f85574) into master (790a062) will increase coverage by 0.10%.
The diff coverage is 94.44%.

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/core/server_types.py Outdated Show resolved Hide resolved
src/ansys/dpf/core/settings.py Outdated Show resolved Hide resolved
src/ansys/dpf/core/settings.py Outdated Show resolved Hide resolved
@@ -1,11 +1,33 @@
DEFAULT_FILE_CHUNK_SIZE = None
COMMON_PROGRESS_BAR = None
_CLIENT_CONFIG = {}

Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

src/ansys/dpf/core/core.py Show resolved Hide resolved
@anseramosfe anseramosfe merged commit 771f568 into master Dec 14, 2023
37 checks passed
@anseramosfe anseramosfe deleted the bug/config branch December 14, 2023 11:14
@PProfizi PProfizi added the bug Something isn't working label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants