Closed roosre closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.21%. Comparing base (
e6cea95
) to head (f775105
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ADO BUG 1060154 It could happen that Mechanical adds materials to the MAPDL model. For instance for flexible remote points. These materials are not present in the ENGD file. Instead of throwing an error, empty materials are added to the material provider if the new input pint "skip_missing_materials" is equals True. The failure operator will throw an error because of missing properties if such a material is used during the computation.