From 45372863902bb9d1787d80a9d8863450d0fda65e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:50:36 +0000 Subject: [PATCH] CHORE: Auto fixes from pre-commit.com hooks For more information, see https://pre-commit.ci --- .../aedt/core/visualization/advanced/touchstone_parser.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ansys/aedt/core/visualization/advanced/touchstone_parser.py b/src/ansys/aedt/core/visualization/advanced/touchstone_parser.py index d0d5f8d0cff..397af4f9b4d 100644 --- a/src/ansys/aedt/core/visualization/advanced/touchstone_parser.py +++ b/src/ansys/aedt/core/visualization/advanced/touchstone_parser.py @@ -31,8 +31,8 @@ from ansys.aedt.core.aedt_logger import pyaedt_logger as logger from ansys.aedt.core.generic.aedt_versions import aedt_versions -from ansys.aedt.core.generic.general_methods import pyaedt_function_handler from ansys.aedt.core.generic.general_methods import open_file +from ansys.aedt.core.generic.general_methods import pyaedt_function_handler try: import numpy as np @@ -113,8 +113,9 @@ def __init__(self, solution_data=None, touchstone_file=None): self.log_x = True @pyaedt_function_handler() - def get_coupling_in_range(self, log_file_name=None, start_at_frequency=1e9, low_loss=-40, high_loss=-60, - frequency_sample=5, plot=False): + def get_coupling_in_range( + self, log_file_name=None, start_at_frequency=1e9, low_loss=-40, high_loss=-60, frequency_sample=5, plot=False + ): """Plot a list of curves, excluding return loss, that has at least one frequency point between a range of losses. Parameters