Skip to content

Commit

Permalink
fix comments review
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Apr 11, 2024
1 parent 82d3661 commit 2157b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyaedt/modules/PostProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,8 @@ def create_report_from_configuration(self, input_file=None, report_settings=None
Path to the JSON or TOML file containing report settings.
report_settings : dict, optional
Dictionary containing report settings.
solution_name : setup name to use.
solution_name : str, optional
Setup name to use.
Returns
-------
Expand Down Expand Up @@ -3113,7 +3114,7 @@ def create_fieldplot_line(
Parameters
----------
assignment : list
List of polyline to plot.
List of polylines to plot.
quantity : str
Name of the quantity to plot.
setup_name : str, optional
Expand Down

0 comments on commit 2157b32

Please sign in to comment.