ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

use local RC plane if local ensight; retry download in case of docker #372

Closed mariostieriansys closed 5 months ago

mariostieriansys commented 5 months ago

During ADO builds, and sometimes even on github builds, the download of the RC Plane case from the example data pyansys github repository might fail. On ADO this is troublesome since one has to rerun a full build just because of that

Since on ADO builds there's no need to download the data I have now changes the test to switch to the local path. In case of the github builds instead, I have implemented a retry strategy