Skip to content

Commit

Permalink
update test result after file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsdavies committed Nov 1, 2024
1 parent cda8c84 commit f581549
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@

# import os

from RPC_Test_Common import ( # get_temp_files_dir_path
almost_equal,
get_dir_path,
reset_to_default_file,
)
from RPC_Test_Common import almost_equal, almost_equal_fixed, get_dir_path, reset_to_default_file


def test_do_magnetic_thermal_calculation(mc):
mc.do_magnetic_thermal_calculation()

assert almost_equal(mc.get_variable("ArmatureConductor_Temperature"), 134, 0)
assert almost_equal_fixed(mc.get_variable("ArmatureConductor_Temperature"), 134, 10)


# def test_calculate_saturation_map():
Expand Down

0 comments on commit f581549

Please sign in to comment.