@@ -247,9 +247,6 @@ def fixture_inductor_core_material_database(temp_folder: pytest.fixture):
247247
248248 return electromagnetoquasistatic_result , thermal_result , geometry_result , material_result
249249
250-
251-
252-
253250@pytest .fixture
254251def fixture_inductor_core_fixed_loss_angle (temp_folder : pytest .fixture ):
255252 """
@@ -893,9 +890,6 @@ def fixture_inductor_core_fixed_loss_angle_foil_horizontal(temp_folder: pytest.f
893890
894891 return electromagnetoquasistatic_result , thermal_result , geometry_result , material_result
895892
896-
897-
898-
899893@pytest .fixture
900894def fixture_transformer_interleaved_core_fixed_loss_angle (temp_folder : pytest .fixture ):
901895 """
@@ -1505,9 +1499,6 @@ def fixture_transformer_5_windings(temp_folder: pytest.fixture):
15051499
15061500 return electromagnetoquasistatic_result , thermal_result , geometry_result , material_result
15071501
1508-
1509-
1510-
15111502@pytest .fixture
15121503def fixture_transformer_time_domain (temp_folder : pytest .fixture ):
15131504 """
@@ -1710,10 +1701,6 @@ def fixture_transformer_3_windings_time_domain(temp_folder: pytest.fixture):
17101701
17111702 return electromagnetoquasistatic_result , material_result , geometry_result
17121703
1713-
1714-
1715-
1716-
17171704@pytest .fixture
17181705def fixture_transformer_electrostatic (temp_folder : pytest .fixture ):
17191706 """
@@ -1859,8 +1846,6 @@ def test_inductor_core_material_database(fixture_inductor_core_material_database
18591846 "thermal_inductor_core_material_database.json" )
18601847 compare_thermal_result_logs (thermal_result_log , fixture_result_log , significant_digits = 5 )
18611848
1862-
1863-
18641849def test_inductor_core_fixed_loss_angle (fixture_inductor_core_fixed_loss_angle : pytest .fixture ):
18651850 """
18661851 Integration test to validate the magnetoquasistatic simulation and the thermal simulation.
@@ -2008,9 +1993,6 @@ def test_inductor_core_fixed_loss_angle_foil_horizontal(
20081993 "thermal_inductor_core_fixed_loss_angle_foil_horizontal.json" )
20091994 compare_thermal_result_logs (thermal_result_log , fixture_result_log )
20101995
2011-
2012-
2013-
20141996def test_transformer_interleaved_core_fixed_loss_angle (fixture_transformer_interleaved_core_fixed_loss_angle : pytest .fixture ):
20151997 """
20161998 Integration test to validate the magnetoquasistatic simulation and the thermal simulation.
@@ -2132,8 +2114,6 @@ def test_transformer_5_windings(fixture_transformer_5_windings: pytest.fixture):
21322114 "thermal_transformer_5_windings.json" )
21332115 compare_thermal_result_logs (thermal_result_log , fixture_result_log , significant_digits = 2 )
21342116
2135-
2136-
21372117def test_transformer_time_domain (fixture_transformer_time_domain : pytest .fixture ):
21382118 """
21392119 Integration test to validate the magnetoquasistatic simulation.
@@ -2179,9 +2159,6 @@ def test_transformer_3_windings_time_domain(fixture_transformer_3_windings_time_
21792159 "log_transformer_3_windings_time_domain.json" )
21802160 compare_result_logs (test_result_log , fixture_result_log , significant_digits = 4 )
21812161
2182-
2183-
2184-
21852162def test_simulation_transformer_electrostatic (fixture_transformer_electrostatic : pytest .fixture ):
21862163 """
21872164 Integration test to validate the electrostatic simulation.
0 commit comments