Skip to content

Commit a685116

Browse files
remove irrelevant test
1 parent 3ff878b commit a685116

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/test_plugins/smatrix/test_terminal_component_modeler.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,12 @@ def test_port_snapping(tmp_path):
214214
check_lumped_port_components_snapped_correctly(modeler=modeler)
215215

216216

217-
def test_coarse_grid_at_port(monkeypatch, tmp_path):
218-
modeler = make_component_modeler(planar_pec=True, path_dir=str(tmp_path), port_refinement=False)
219-
# Without port refinement the grid is much too coarse for these port sizes
220-
with pytest.raises(SetupError):
221-
_ = run_component_modeler(monkeypatch, modeler)
217+
# this test is not applicable now because we add snapping points along voltage axis
218+
# def test_coarse_grid_at_port(monkeypatch, tmp_path):
219+
# modeler = make_component_modeler(planar_pec=True, path_dir=str(tmp_path), port_refinement=False)
220+
# # Without port refinement the grid is much too coarse for these port sizes
221+
# with pytest.raises(SetupError):
222+
# _ = run_component_modeler(monkeypatch, modeler)
222223

223224

224225
def test_validate_port_voltage_axis():

0 commit comments

Comments
 (0)