ansys / pymotorcad

https://motorcad.docs.pyansys.com
MIT License
15 stars 1 forks source link

Add new option when connecting to Motor-CAD to keep_instance_open #262

Closed JackB-Ansys closed 6 months ago

JackB-Ansys commented 7 months ago

Once the instance is done with (script finished) we can choose to keep the instance open. Previously had to use reuse_parallel_instances for this option, but that has additional functionality which could cause problems.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bdbdd04) 86.66% compared to head (25eb010) 86.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== + Coverage 86.66% 86.97% +0.30% ========================================== Files 20 20 Lines 1755 1758 +3 ========================================== + Hits 1521 1529 +8 + Misses 234 229 -5 ```
jgsdavies commented 6 months ago

@JackB-Ansys Looks good. Do you want this available immediately in a new minor release?

JackB-Ansys commented 6 months ago

Maybe the same release as Adaptive Templates Examples?