Skip to content

Commit

Permalink
revert expected results and increase abstol
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Oct 29, 2024
1 parent dd812ea commit 6e66c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# expected results (mvals) taken from previous runs. Update this if it changes and seems reasonable (updated 10/24/13)
#EXPECTED_WATER_RESULTS = array([3.3192e-02, 4.3287e-02, 5.5072e-03, -4.5933e-02, 1.5499e-02, -3.7655e-01, 2.4720e-03, 1.1914e-02, 1.5066e-01])
EXPECTED_WATER_RESULTS = array([4.2536e-02, 3.1029e-02, 5.694e-03, -4.8178e-02, 1.6767e-02, -4.17264e-01, 5.953e-03, 5.228e-03, 2.53551e-01])
EXPECTED_WATER_RESULTS = array([4.2370e-02, 3.1217e-02, 5.6925e-03, -4.8114e-02, 1.6735e-02, -4.1722e-01, 6.2716e-03, 4.6306e-03, 2.5960e-01])

# expected results (mvals) taken from previous runs. Update this if it changes and seems reasonable (updated 01/24/14)
EXPECTED_BROMINE_RESULTS = array([-0.305718, -0.12497])
Expand Down Expand Up @@ -131,7 +131,7 @@ def setup_method(self, method):
self.logger.debug("\nSetting input file to '%s'\n" % self.input_file)
self.expected_results_name = "EXPECTED_WATER_RESULTS"
self.expected_results = EXPECTED_WATER_RESULTS
self.absolute_tolerance = 0.005
self.absolute_tolerance = 0.007

def test_water_tutorial(self):
"""Check water tutorial study runs without errors"""
Expand Down

0 comments on commit 6e66c1c

Please sign in to comment.