Skip to content

Commit

Permalink
Comment out exception test code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoePfeiffer committed Apr 23, 2024
1 parent 9a06464 commit 37ffdf2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,9 @@ private void checkGeometry(SimulationStatus currentStatus) throws SimulationExce
}

// test -- force an exception if we aren't the sustainer
if (currentStatus.getConfiguration().isStageActive(0)) {
throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch());
}
// if (currentStatus.getConfiguration().isStageActive(0)) {
// throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch());
// }

// Can't calculate stability. If it's the sustainer we'll abort; if a booster
// we'll just transition to tumbling (if it's a booster and under thrust code elsewhere
Expand Down

0 comments on commit 37ffdf2

Please sign in to comment.