Skip to content

Commit

Permalink
Turn on verbose for test_syngrid() call in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Jan 23, 2019
1 parent 3d53d5f commit b8437b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
global:
- IPOPT_VER=3.11.9
- MATPOWER_PATH=$TRAVIS_BUILD_DIR/matpower
- SYNGRID_PATH=$TRAVIS_BUILD_DIR/lib:$TRAVIS_BUILD_DIR/lib/t
- SEARCH_PATH=$SYNGRID_PATH:$MATPOWER_PATH

script:
# build and install IPOPT MEX file
Expand All @@ -45,6 +43,6 @@ script:
- octave-cli --no-gui --eval "addpath('$TRAVIS_BUILD_DIR/lib'); savepath"
- octave-cli --no-gui --eval "addpath('$TRAVIS_BUILD_DIR/lib/t'); savepath"
- octave-cli --no-gui --eval mpver
- octave-cli --no-gui --eval "test_syngrid(0,1)"
- octave-cli --no-gui --eval "test_syngrid(1,1)"
# print IPOPT version number
# - octave-cli --no-gui --eval "feval('qps_ipopt', [],[1; 1],[1 1],[2],[2],[1; 1],[1; 1],[1; 1],struct('verbose', 2));"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ code written by Dr. Zhifang Wang and her group, including Seyyed Hamid Elyas
and Hamidreza Sadeghian at Virginia Commonwealth University, and further
developed as part of the ["Synthetic Data for Power Grid R & D" project][3]
under the [ARPA-E Grid Data][3b] program in conjunction with Ray Zimmerman
from Cornell University. SynGrid builds upon previous work [[1][11], [2][7]] by Wang,
Scaglione, and Thomas as well as more the more recent works listed in the
"Publications" section below.
from Cornell University. SynGrid builds upon previous work [[1][11], [2][7]]
by Wang, Scaglione, and Thomas as well as more the more recent works listed
in the "Publications" section below.


System Requirements
Expand Down

0 comments on commit b8437b5

Please sign in to comment.