Changeset 25177


Ignore:
Timestamp:
06/29/20 12:09:19 (5 years ago)
Author:
jdquinn
Message:

CHG: Changes to test suites.

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r25176 r25177  
    8484#
    8585MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]"
    86 PYTHON_NROPTIONS="--exclude 234 417 418 420 444 --include_name 'Dakota'"
     86PYTHON_NROPTIONS="--exclude 234 417 418 420 444 445 --include_name 'Dakota'"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r25176 r25177  
    77MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    88PACKAGE="ISSM" # Name of directory to copy distributable files to
    9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444" # Exclude any tests with transient solutions that require a restart
     9PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445" # Exclude any tests with transient solutions that require a restart
    1010TARBALL_NAME="issm-mac-with_dakota"
    1111TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/test/NightlyRun/test445.py

    r25165 r25177  
    11#Test Name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff
     2
     3# TODO:
     4# - Figure out why test fails intermittently on Mac with "IndexError: list
     5# index out of range"
     6#
     7
    28from os import getcwd
    39from socket import gethostname
Note: See TracChangeset for help on using the changeset viewer.