Changeset 28150


Ignore:
Timestamp:
03/14/24 12:49:58 (13 months ago)
Author:
jdquinn
Message:

CHG: Adjusted test suites and tolerances

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-python

    r28149 r28150  
    6565
    6666# NOTE:
    67 # - Tests 124 are excluded because of an outright crash
     67# - Tests 124, 703 are excluded because of an outright crash
    6868# - Tests 216, 274, 430, 435, 441:442 517 are excluded because of large errors
    69 # - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 702:703, 808 are excluded because of failure "Arrays have incompatible sizes for this operation."
     69# - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 702, 808 are excluded because of failure "Arrays have incompatible sizes for this operation."
    7070#
    7171MATLAB_NROPTIONS=""
    72 PYTHON_NROPTIONS="--exclude Dakota 119 124 216 274 423 430 433 435 441:442 448 462:464 508 517 544 546 808"
     72PYTHON_NROPTIONS="--exclude Dakota 119 124 216 274 423 430 433 435 441:442 448 462:464 508 517 544 546 702:703 808"
    7373
  • issm/trunk-jpl/test/NightlyRun/test312.m

    r21056 r28150  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
    13 field_tolerances={1e-13,1e-8};
     13field_tolerances={1e-13,2e-8};
    1414field_values={...
    1515        (md.results.ThermalSolution.Temperature),...
  • issm/trunk-jpl/test/NightlyRun/test312.py

    r23793 r28150  
    2020#Fields and tolerances to track changes
    2121field_names = ['Temperature', 'BasalforcingsGroundediceMeltingRate']
    22 field_tolerances = [1e-13, 1e-8]
     22field_tolerances = [1e-13, 2e-8]
    2323field_values = [md.results.ThermalSolution.Temperature,
    2424                md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate]
Note: See TracChangeset for help on using the changeset viewer.