Skip to content

Commit

Permalink
Update start frequency in test to 0.1Ghz
Browse files Browse the repository at this point in the history
  • Loading branch information
amichel0205 committed Jan 27, 2025
1 parent b07b205 commit 73cffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/general/test_44_TouchstoneParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73cffd2

Please sign in to comment.