ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
68 stars 25 forks source link

Fix coordinate system example retro-compatibility #1747

Closed PProfizi closed 2 months ago

PProfizi commented 2 months ago

The modification made here to follow the changes server-side were not retro-compatible with older DPF versions.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 87.00%. Comparing base (a314cd0) to head (077a451).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1747 +/- ## ========================================== + Coverage 85.64% 87.00% +1.35% ========================================== Files 83 83 Lines 9937 9937 ========================================== + Hits 8511 8646 +135 + Misses 1426 1291 -135 ```