Changeset 25176
- Timestamp:
- 06/29/20 11:30:02 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r25174 r25176 81 81 # - Errors are large for tests 234 418 and 420 under Python 82 82 # - See test417.py for why it is excluded 83 # - Test 444 fails intermittently under Python with "IndexError: list index out of range" 83 84 # 84 85 MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]" 85 PYTHON_NROPTIONS="--exclude 234 417 418 420 --include_name 'Dakota'"86 PYTHON_NROPTIONS="--exclude 234 417 418 420 444 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r25174 r25176 7 7 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 8 8 PACKAGE="ISSM" # Name of directory to copy distributable files to 9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 " # Exclude any tests with transient solutions that require a restart9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444" # Exclude any tests with transient solutions that require a restart 10 10 TARBALL_NAME="issm-mac-with_dakota" 11 11 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/test/NightlyRun/test444.m
r25174 r25176 2 2 3 3 % TODO: 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds." 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array 5 % bounds." 5 6 % 6 7 -
issm/trunk-jpl/test/NightlyRun/test444.py
r25133 r25176 1 1 #Test Name: SquareShelfTranForceNeg2dDakotaLocal 2 3 # TODO: 4 # - Figure out why test fails intermittently on Mac with "IndexError: list 5 # index out of range" 6 # 7 2 8 import numpy as np 3 9 from model import * -
issm/trunk-jpl/test/NightlyRun/test445.m
r25174 r25176 2 2 3 3 % TODO: 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds." 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array 5 % bounds." 5 6 % 6 7
Note:
See TracChangeset
for help on using the changeset viewer.