Changeset 28150
- Timestamp:
- 03/14/24 12:49:58 (13 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-python
r28149 r28150 65 65 66 66 # NOTE: 67 # - Tests 124 are excluded because of an outright crash67 # - Tests 124, 703 are excluded because of an outright crash 68 68 # - 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." 70 70 # 71 71 MATLAB_NROPTIONS="" 72 PYTHON_NROPTIONS="--exclude Dakota 119 124 216 274 423 430 433 435 441:442 448 462:464 508 517 544 546 808"72 PYTHON_NROPTIONS="--exclude Dakota 119 124 216 274 423 430 433 435 441:442 448 462:464 508 517 544 546 702:703 808" 73 73 -
issm/trunk-jpl/test/NightlyRun/test312.m
r21056 r28150 11 11 %Fields and tolerances to track changes 12 12 field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'}; 13 field_tolerances={1e-13, 1e-8};13 field_tolerances={1e-13,2e-8}; 14 14 field_values={... 15 15 (md.results.ThermalSolution.Temperature),... -
issm/trunk-jpl/test/NightlyRun/test312.py
r23793 r28150 20 20 #Fields and tolerances to track changes 21 21 field_names = ['Temperature', 'BasalforcingsGroundediceMeltingRate'] 22 field_tolerances = [1e-13, 1e-8]22 field_tolerances = [1e-13, 2e-8] 23 23 field_values = [md.results.ThermalSolution.Temperature, 24 24 md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate]
Note:
See TracChangeset
for help on using the changeset viewer.