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 b899264 commit f6e4366
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 @@ -2154,7 +2154,7 @@ def get_far_field_mesh(self, farfield_quantity="RealizedGain", format_quantity="
ff_data = conversion_function(data, format_quantity)

if not isinstance(ff_data, np.ndarray): # pragma: no cover
self.logger.error("Wrong format quantity")
self.logger.error("Format of the quantity is wrong.")
return False

theta = np.deg2rad(np.array(self.farfield_data["Theta"]))
Expand Down

0 comments on commit f6e4366

Please sign in to comment.