File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1829,7 +1829,7 @@ def test_inductor_core_material_database(fixture_inductor_core_material_database
18291829
18301830 fixture_geometry_log = os .path .join (os .path .dirname (__file__ ), "fixtures" ,
18311831 "geometry_inductor_core_material_database.json" )
1832- compare_result_logs (geometry_result_log , fixture_geometry_log , significant_digits = 6 )
1832+ compare_result_logs (geometry_result_log , fixture_geometry_log , significant_digits = 5 )
18331833
18341834 assert os .path .exists (test_result_log ), "Electro magnetic simulation did not work!"
18351835
@@ -2106,7 +2106,7 @@ def test_transformer_5_windings(fixture_transformer_5_windings: pytest.fixture):
21062106 # e_m mesh
21072107 fixture_result_log = os .path .join (os .path .dirname (__file__ ), "fixtures" ,
21082108 "log_transformer_5_windings.json" )
2109- compare_result_logs (test_result_log , fixture_result_log , significant_digits = 4 )
2109+ compare_result_logs (test_result_log , fixture_result_log , significant_digits = 3 )
21102110
21112111 # check thermal simulation results
21122112 assert os .path .exists (thermal_result_log ), "Thermal simulation did not work!"
You can’t perform that action at this time.
0 commit comments