Skip to content

Commit

Permalink
Suppress state-plotter to make it easier for others to use SE for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydblack committed Apr 10, 2023
1 parent ed9f498 commit 719f98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions state-estimator/run-se.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ if [ "$#" -gt 0 ]; then
fi

# comment out the following 5 lines to keep state-plotter from running
pushd .
cd ../../gridappsd-state-plotter/state-plotter
#pushd .
#cd ../../gridappsd-state-plotter/state-plotter
##./state-plotter.py $SIMID "$SIMREQ" -all 2>&1 > spmagdbg.log &
./state-plotter.py $SIMID "$SIMREQ" -stats 2>&1 > spmagdbg.log &
popd
#./state-plotter.py $SIMID "$SIMREQ" -stats 2>&1 > spmagdbg.log &
#popd

#pushd .
#cd ~/git/model-validator/model_validator
Expand Down

0 comments on commit 719f98f

Please sign in to comment.