ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 117 forks source link

feat: allowing multiple IPs for remote connection on `MapdlPool` #3166

Closed germa89 closed 2 weeks ago

germa89 commented 3 weeks ago

As the title.

It should allow to:

ips = [
    "123.45.67.01",
    "123.45.67.02",
    "123.45.67.03",
    "123.45.67.04",
    "123.45.67.05",
]

pool = MapdlPool(ip=ips)
ansys-reviewer-bot[bot] commented 3 weeks ago

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

@ansys-reviewer-bot review

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 96.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 84.47%. Comparing base (7c1eb1e) to head (7ac1a96). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3166 +/- ## ========================================== - Coverage 86.63% 84.47% -2.17% ========================================== Files 52 52 Lines 9550 9596 +46 ========================================== - Hits 8274 8106 -168 - Misses 1276 1490 +214 ```