ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 8 forks source link

Deal with size 6 as well as size 7 unit systems #434

Closed PProfizi closed 1 year ago

PProfizi commented 1 year ago

It seems ANSYS result files with the NMM unit system appear in PyDPF with only 6 units instead of 7 for MKS. The electrical potential unit is missing. While investigating whether this is a bug, this PR patches this so CI can still run.

codecov[bot] commented 1 year ago

Codecov Report

Merging #434 (9b49d21) into master (deaf635) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   81.63%   81.64%           
=======================================
  Files          39       39           
  Lines        4122     4124    +2     
=======================================
+ Hits         3365     3367    +2     
  Misses        757      757