Skip to content

Commit

Permalink
Update pyaedt/modules/solutions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
Samuelopez-ansys and PipKat authored Nov 23, 2023
1 parent d2f298c commit 55ced21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ def plot_farfield_contour(

data = self.combine_farfield(phi_scan, theta_scan)
if farfield_quantity not in data: # pragma: no cover
self.logger.error("Far field quantity not available")
self.logger.error("Far field quantity is not available.")
return False

data_to_plot = data[farfield_quantity]
Expand Down

0 comments on commit 55ced21

Please sign in to comment.