ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
195 stars 115 forks source link

FIX: replaced argument output_dir with output_file for method export_field_file #4898

Closed Alberto-DM closed 1 month ago

Alberto-DM commented 1 month ago

replaced argument output_dir with output_file for method export_field_file as it requires to specify a file path, not a dir.

ansys-reviewer-bot[bot] commented 1 month ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 83.16%. Comparing base (a24bfdb) to head (9b2828d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4898 +/- ## ======================================= Coverage 83.16% 83.16% ======================================= Files 118 118 Lines 54143 54143 ======================================= Hits 45027 45027 Misses 9116 9116 ```