From 73cffd2a4c00111b43bc5df2426e52f6fd449c39 Mon Sep 17 00:00:00 2001 From: amichel0205 Date: Mon, 27 Jan 2025 14:46:36 +0100 Subject: [PATCH] Update start frequency in test to 0.1Ghz --- tests/system/general/test_44_TouchstoneParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/general/test_44_TouchstoneParser.py b/tests/system/general/test_44_TouchstoneParser.py index 5ed9ab50b49..c2fd07aab5a 100644 --- a/tests/system/general/test_44_TouchstoneParser.py +++ b/tests/system/general/test_44_TouchstoneParser.py @@ -121,7 +121,7 @@ def test_get_next_xtalk_index_with_dummy_prefix(touchstone_file): def test_get_coupling_in_range(touchstone_file): ts = TouchstoneData(touchstone_file=touchstone_file) - res = ts.get_coupling_in_range(start_at_frequency=1e9, high_loss=-60, low_loss=-40, frequency_sample=5, plot=True) + res = ts.get_coupling_in_range(start_at_frequency=0.1e9, high_loss=-60, low_loss=-40, frequency_sample=5, plot=True) assert not res