GMAT has stopped writing out the ***Error*** text when some errors are encountered. The test system is looking for that text. The one case I looked at correctly traps the error.
This first occurred in the 11-17 build. It did NOT occur in the 11-16. The builds started an unusual times those days as the system failed and was restarted by hand. So it is not clear precisely when the code change happened that caused this. (usually the pull happens at noon). I think it has to be one of these.... Revision: b7e2161735aa6db6ea639c0558488e81eb079740 Author: John McGreevy <[email protected]> Date: 11/17/2017 1:37:21 PM Message: Merge branch 'LunarTides' ---- Modified: application/bin/GMAT.ini Modified: application/debug/GMAT.ini Modified: application/samples/Ex_ForceModels.script Modified: application/samples/Ex_GEOTransfer.script Modified: application/samples/Ex_IncludeFile.script Modified: application/samples/Ex_LEOStationKeeping.script Modified: application/samples/Ex_LunarTransfer.script Modified: application/samples/Ex_MarsBPlane.script Modified: application/samples/Ex_R2015a_GMATFunction_TargetInsideFunction.script Modified: application/samples/Ex_R2015a_SchattenFile_NominalCycle_Mean.script Modified: application/samples/Ex_R2015a_TargetStatusWindow.script Modified: application/samples/NeedVF13ad/Ex_OptimalLCROSSTrajectory.script Modified: application/samples/SupportFiles/Ex_IncludeFile.script Modified: application/samples/Tut_ElectricPropulsionModelling.script Modified: application/samples/Tut_LEOStationKeeping.script Modified: application/samples/Tut_Mars_B_Plane_Targeting.script Modified: application/samples/Tut_SimpleOrbitTransfer.script Modified: application/samples/Tut_SimulatingAnOrbit.script Modified: application/samples/Tut_Target_Finite_Burn_to_Raise_Apogee.script Modified: application/samples/Tut_UsingGMATFunctions.script Modified: doc/help/src/Command_FindEvents.xml Modified: doc/help/src/Resource_ContactLocator.xml Modified: doc/help/src/Resource_EclipseLocator.xml Modified: doc/help/src/Resource_Propagator.xml Modified: doc/help/src/files/images/Resource_ForceModel.png Modified: doc/help/src/files/scripts/Tut_HohmannTransfer.script Modified: doc/help/src/files/scripts/Tut_Mars_B_Plane_Targeting.script Modified: doc/help/src/files/scripts/Tut_Target_Finite_Burn_to_Raise_Apogee.script Modified: doc/help/src/files/scripts/Tut_UsingGMATFunctions.script Modified: plugins/EstimationPlugin/src/base/estimator/BatchEstimator.cpp Modified: src/base/forcemodel/GravityField.cpp Modified: src/base/forcemodel/GravityField.hpp Modified: src/base/forcemodel/HarmonicField.cpp Modified: src/base/forcemodel/harmonic/Harmonic.cpp Modified: src/base/forcemodel/harmonic/Harmonic.hpp Modified: src/base/forcemodel/harmonic/HarmonicGravity.cpp Modified: src/base/forcemodel/harmonic/HarmonicGravity.hpp Modified: src/base/solarsys/CelestialBody.cpp Modified: src/base/solarsys/CelestialBody.hpp Modified: src/gui/propagator/PropagationConfigPanel.cpp Modified: src/gui/propagator/PropagationConfigPanel.hpp Modified: application/debug/.gitignore Modified: src/base/executive/Moderator.cpp Modified: src/base/factory/guicomponents/PluginWidget.cpp Modified: src/base/factory/guicomponents/PluginWidget.hpp Modified: src/base/foundation/GmatBase.cpp Modified: src/base/foundation/GmatBase.hpp Modified: src/gui/app/GmatApp.cpp Modified: src/gui/app/ResourceTree.cpp Revision: 4648c87b8e25d555deec519668a2e70003d91487 Author: John McGreevy <[email protected]> Date: 11/17/2017 12:34:20 PM Message: Merge remote-tracking branch 'origin/master' into LunarTides ---- Modified: application/bin/gmat_startup_file.public.txt Modified: application/bin/gmat_startup_file.txt Modified: application/bin/gmat_startup_file_mac_linux.public.txt Modified: application/bin/gmat_startup_file_mac_linux.txt Modified: application/data/gui_config/MyGmat.ini Modified: build/install/CMakeLists.txt Modified: plugins/CMakeLists.txt Modified: plugins/EphemPropagatorPlugin/src/base/propagator/Code500Propagator.cpp Modified: plugins/EphemPropagatorPlugin/src/base/propagator/EphemerisPropagator.cpp Modified: plugins/EphemPropagatorPlugin/src/base/propagator/EphemerisPropagator.hpp Modified: plugins/EphemPropagatorPlugin/src/base/propagator/StkEPropagator.cpp Modified: plugins/EstimationPlugin/src/base/adapter/TrackingDataAdapter.cpp Modified: plugins/EstimationPlugin/src/base/datafilter/DataFilter.cpp Modified: plugins/EstimationPlugin/src/base/estimator/BatchEstimator.cpp Modified: plugins/EstimationPlugin/src/base/estimator/BatchEstimator.hpp Modified: plugins/EstimationPlugin/src/base/estimator/BatchEstimatorInv.cpp Modified: plugins/EstimationPlugin/src/base/factory/AdapterFactory.cpp Modified: plugins/EstimationPlugin/src/base/hardware/Receiver.cpp Modified: plugins/EstimationPlugin/src/base/hardware/Transponder.cpp Modified: plugins/EstimationPlugin/src/base/measurement/MeasurementManager.cpp Modified: plugins/EstimationPlugin/src/base/signal/PhysicalSignal.cpp Modified: plugins/EstimationPlugin/src/base/tdmReader/TdmReadWriter.cpp Modified: plugins/StationPlugin/src/base/station/GroundStation.cpp Modified: plugins/ThrustFilePlugin/src/base/datareader/ThrustSegment.cpp Modified: prototype/TAT-C/cpp/GMATsrc/util/Rvector.hpp Modified: src/base/CMakeLists.txt Added: src/base/configs/ItemManager.cpp Added: src/base/configs/ItemManager.hpp Added: src/base/configs/PluginItemManager.cpp Added: src/base/configs/PluginItemManager.hpp Modified: src/base/coordsystem/AxisSystem.cpp Modified: src/base/executive/Moderator.cpp Modified: src/base/executive/Moderator.hpp Modified: src/base/executive/Sandbox.cpp Modified: src/base/executive/Sandbox.hpp Added: src/base/factory/guicomponents/GmatWidget.cpp Added: src/base/factory/guicomponents/GmatWidget.hpp Added: src/base/factory/guicomponents/GuiFactory.cpp Added: src/base/factory/guicomponents/GuiFactory.hpp Added: src/base/factory/guicomponents/PluginWidget.cpp Added: src/base/factory/guicomponents/PluginWidget.hpp Modified: src/base/foundation/GmatBase.cpp Modified: src/base/foundation/GmatBase.hpp Modified: src/base/foundation/ObjectInitializer.cpp Modified: src/base/foundation/ObjectInitializer.hpp Modified: src/base/include/gmatdefs.hpp Modified: src/base/interpreter/Interpreter.cpp Modified: src/base/interpreter/Interpreter.hpp Modified: src/base/interpreter/ScriptInterpreter.cpp Modified: src/base/parameter/ArrayElementWrapper.cpp Modified: src/base/parameter/ExpressionParser.cpp Modified: src/base/plugin/DynamicLibrary.cpp Modified: src/base/plugin/DynamicLibrary.hpp Added: src/base/plugin/GmatEventHandler.cpp Added: src/base/plugin/GmatEventHandler.hpp Added: src/base/plugin/GuiInterface.cpp Added: src/base/plugin/GuiInterface.hpp Modified: src/base/propagator/PropSetup.cpp Modified: src/base/propagator/PropSetup.hpp Modified: src/base/solarsys/DeFile.cpp Modified: src/base/solver/DifferentialCorrector.cpp Modified: src/base/solver/Optimizer.cpp Modified: src/base/subscriber/EphemWriterWithInterpolator.cpp Modified: src/base/subscriber/EphemerisFile.cpp Modified: src/base/util/AttitudeUtil.cpp Modified: src/base/util/Code500EphemerisFile.cpp Modified: src/base/util/FileManager.cpp Modified: src/base/util/GmatGlobal.cpp Modified: src/base/util/GmatGlobal.hpp Modified: src/base/util/RgbColor.cpp Modified: src/base/util/Rvector.cpp Modified: src/base/util/Rvector.hpp Modified: src/gui/CMakeLists.txt Modified: src/gui/app/CompareFilesDialog.cpp Modified: src/gui/app/GmatAppData.cpp Modified: src/gui/app/GmatMainFrame.cpp Modified: src/gui/app/GmatMainFrame.hpp Modified: src/gui/app/GmatTreeItemData.cpp Modified: src/gui/app/GmatTreeItemData.hpp Modified: src/gui/app/GuiInterpreter.cpp Modified: src/gui/app/GuiInterpreter.hpp Modified: src/gui/app/ResourceTree.cpp Modified: src/gui/app/ResourceTree.hpp Modified: src/gui/app/WelcomePanel.cpp Modified: src/gui/forcemodel/DragInputsDialog.cpp Modified: src/gui/foundation/GmatMdiChildFrame.cpp Modified: src/gui/foundation/GmatMdiChildFrame.hpp Modified: src/gui/foundation/GuiItemManager.cpp Modified: src/gui/foundation/GuiItemManager.hpp Modified: src/gui/foundation/ParameterCreateDialog.cpp Modified: src/gui/mission/MissionTree.cpp Modified: src/gui/output/OutputTree.cpp Added: src/gui/plugin/WxGuiInterface.cpp Added: src/gui/plugin/WxGuiInterface.hpp Modified: src/gui/rendering/GLStars.cpp Modified: src/gui/rendering/ModelObject.cpp Modified: src/gui/subscriber/MdiChildTsFrame.cpp Modified: application/bin/GMAT.ini Modified: application/debug/GMAT.ini Modified: application/samples/Ex_ForceModels.script Modified: application/samples/Ex_GEOTransfer.script Modified: application/samples/Ex_IncludeFile.script Modified: application/samples/Ex_LEOStationKeeping.script Modified: application/samples/Ex_LunarTransfer.script Modified: application/samples/Ex_MarsBPlane.script Modified: application/samples/Ex_R2015a_GMATFunction_TargetInsideFunction.script Modified: application/samples/Ex_R2015a_SchattenFile_NominalCycle_Mean.script Modified: application/samples/Ex_R2015a_TargetStatusWindow.script Modified: application/samples/NeedVF13ad/Ex_OptimalLCROSSTrajectory.script Modified: application/samples/SupportFiles/Ex_IncludeFile.script Modified: application/samples/Tut_ElectricPropulsionModelling.script Modified: application/samples/Tut_LEOStationKeeping.script Modified: application/samples/Tut_Mars_B_Plane_Targeting.script Modified: application/samples/Tut_SimpleOrbitTransfer.script Modified: application/samples/Tut_SimulatingAnOrbit.script Modified: application/samples/Tut_Target_Finite_Burn_to_Raise_Apogee.script Modified: application/samples/Tut_UsingGMATFunctions.script Modified: doc/help/src/Command_FindEvents.xml Modified: doc/help/src/Resource_ContactLocator.xml Modified: doc/help/src/Resource_EclipseLocator.xml Modified: doc/help/src/Resource_Propagator.xml Modified: doc/help/src/files/images/Resource_ForceModel.png Modified: doc/help/src/files/scripts/Tut_HohmannTransfer.script Modified: doc/help/src/files/scripts/Tut_Mars_B_Plane_Targeting.script Modified: doc/help/src/files/scripts/Tut_Target_Finite_Burn_to_Raise_Apogee.script Modified: doc/help/src/files/scripts/Tut_UsingGMATFunctions.script Modified: plugins/EstimationPlugin/src/base/estimator/BatchEstimator.cpp Modified: src/base/forcemodel/GravityField.cpp Modified: src/base/forcemodel/GravityField.hpp Modified: src/base/forcemodel/HarmonicField.cpp Modified: src/base/forcemodel/harmonic/Harmonic.cpp Modified: src/base/forcemodel/harmonic/Harmonic.hpp Modified: src/base/forcemodel/harmonic/HarmonicGravity.cpp Modified: src/base/forcemodel/harmonic/HarmonicGravity.hpp Modified: src/base/solarsys/CelestialBody.cpp Modified: src/base/solarsys/CelestialBody.hpp Modified: src/gui/propagator/PropagationConfigPanel.cpp Modified: src/gui/propagator/PropagationConfigPanel.hpp Revision: 43d35af2a2e1d19846d2a264864da3ba7827835e Author: John McGreevy <[email protected]> Date: 11/17/2017 12:07:47 PM Message: Update help documentation for tide changes ---- Modified: doc/help/src/Resource_Propagator.xml Modified: doc/help/src/files/images/Resource_ForceModel.png Revision: 519464d9d165ed6e9f42fdb02673286428829429 Author: John McGreevy <[email protected]> Date: 11/17/2017 11:34:58 AM Message: Remove cached HarmonicGravity ---- Modified: src/base/forcemodel/GravityField.cpp Modified: src/base/forcemodel/GravityField.hpp Revision: 411bac73b4ec2428c0f76298b3c32b3cc4bd0ad4 Author: John McGreevy <[email protected]> Date: 11/17/2017 11:30:18 AM Message: Tide GUI cleanup ---- Modified: src/base/forcemodel/harmonic/HarmonicGravity.cpp Modified: src/gui/propagator/PropagationConfigPanel.cpp Modified: src/gui/propagator/PropagationConfigPanel.hpp Revision: bd650b6e103fb4408afd06006501a4e27d991af4 Author: Darrel Conway <[email protected]> Date: 11/17/2017 11:12:32 AM Message: (Reverted and moved to a separate branch) GMT-5417 Reworked stepping from the simulator and estimator so that the first step attempted is based on initial step/last step taken rather than the step to desired epoch. (reverted from commit 583f7b9ff3548cd2a29fc1bbc827cb4be0c2eadf) ---- Modified: plugins/EstimationPlugin/src/base/command/RunEstimator.cpp Modified: plugins/EstimationPlugin/src/base/command/RunSimulator.cpp Modified: src/base/command/PropagationEnabledCommand.cpp Revision: 0a6ff9af9f17fda896aac053e95cf5574e13045c Author: Darrel Conway <[email protected]> Date: 11/17/2017 11:12:32 AM Message: (Reverted and moved to a separate branch) Tweak so that tiny final steps do not force tiny initial steps the next time the integrator is called (reverted from commit fecb752146fe7fc34cead886c331f7d3bb4d69ee) ---- Modified: src/base/command/PropagationEnabledCommand.cpp Revision: 26018d72abd7291b14a0a49b0f517367156de8f4 Author: Darrel Conway <[email protected]> Date: 11/16/2017 2:13:34 PM Message: Cleaned up the memory leak for icon management for plugin GUI components ---- Modified: src/base/foundation/GmatBase.cpp Modified: src/base/foundation/GmatBase.hpp Modified: src/gui/app/ResourceTree.cpp Revision: fecb752146fe7fc34cead886c331f7d3bb4d69ee Author: Darrel Conway <[email protected]> Date: 11/16/2017 1:13:59 PM Message: Tweak so that tiny final steps do not force tiny initial steps the next time the integrator is called ---- Modified: src/base/command/PropagationEnabledCommand.cpp -----Original Message----- From: Hughes, Steven P. (GSFC-5950) Sent: Tuesday, November 21, 2017 10:07 AM To: Hughes, Steven P. (GSFC-5950) <[email protected]>; [email protected] Subject: RE: Test results: 2017-11-17 (GS580W-GMAT-T6/Win7-64/GMAT-64/M2016a/VS2013) Hundreds of new validation test failures... investigating now.. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Tuesday, November 21, 2017 1:44 AM To: Hughes, Steven P. (GSFC-5950) <[email protected]>; [email protected] Subject: Test results: 2017-11-17 (GS580W-GMAT-T6/Win7-64/GMAT-64/M2016a/VS2013) ----------------------------------------------------------------- Summary ----------------------------------------------------------------- System configuration: Windows 7/MATLAB R2017a/VS 2013 Tested build: 2017-11-20 Regression build: 2017-11-17 Total number of scripts: 13675 (+153 deferred) Percent Passed: 95.84% New issues: 0 Output changes: 0 New truth failures: 0 New crashes: 0 New script errors: 0 New comparator errors: 0 Fixed issues: 3 Total issues: 571 Test system warnings: 44 New deferred issues: 0 Fixed deferred issues: 0 Total deferred issues: 119 Run Time: 10 hours, 26 minutes, 17 seconds ----------------------------------------------------------------- New Issues ----------------------------------------------------------------- New truth failures: None Output changes (but still pass): None Output changes (but still fail): None New crashes/hangs/etc.: None New script errors: None New comparator errors: None ----------------------------------------------------------------- Fixed Issues ----------------------------------------------------------------- Fixed truth failures: None Fixed crashes/hangs/etc.: CallPythonFunction_Validation_InvalidOutputs_WrongSizeArray_4 Fixed script errors: ForceModel_GravityField_Luna_TideModel_None ForceModel_GravityField_Luna_TideModel_Solid Fixed comparator errors: None ----------------------------------------------------------------- All Known Issues ----------------------------------------------------------------- Crashes/hangs/etc.: Formation_Validation_Add_1 Formation_Validation_Add_2 Script errors: TrkFile_SimEst_DSN_DS_Range_Solve_Inc_RAAN_apriori: ERROR MESSAGE: Output file C:\Users\Public\Documents\script\gmat\output\TrkFile_SimEst_DSN_DS_Range_Solve_Inc_RAAN_apriori.report does not exist TrkFile_SimEst_DSN_DS_Range_Solve_RAAN_apriori: ERROR MESSAGE: Output file C:\Users\Public\Documents\script\gmat\output\TrkFile_SimEst_DSN_DS_Range_Solve_RAAN_apriori.report does not exist Comparator errors: Achieve_Validation_EqualSign: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_LHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_LHS_Empty: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_LHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_LHS_UserArray: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_MissionClosingBraces: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_MissionClosingParentheses: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_MissionComma: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_MissionOpenBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_MissionOpenParentheses: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_RHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_RHS_Empty: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_RHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_RHS_UserArray: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_RHS_UserString: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Solver_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Solver_Empty: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Tolerance_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Tolerance_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Tolerance_Empty: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Achieve_Validation_Tolerance_UserString: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. BatchEstimator_Validation_InversionAlgorithm: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Epoch_Validation_DateFormat: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Epoch_Validation_Epoch: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_ConstraintTolerance: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_CostTolerance: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_MaxFuncEvals: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_MaxIterations: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_MaxPerturb: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_MinPerturb: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. fmincon_Validation_StateTolerance: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_AllowNegativeFuelMass: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_FuelDensity: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_FuelMass: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_Pressure: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_Temperature: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. FuelTank_Validation_Volume: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. GMT-6055-GMATFunctionLargeArrayCrash: (reg) ERROR MESSAGE: Undefined function 'comparator.FileDiffComparator.Compare' for input arguments of type 'char'. Maneuver_Validation_BeginFBurn_InvalidFBurn: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Maneuver_Validation_BeginFBurn_InvalidSC: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Maneuver_Validation_BeginFBurn_MultipleSC: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Maneuver_Validation_EndFBurn_InvalidFBurn: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Maneuver_Validation_EndFBurn_MultipleSC: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case1: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case2: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case3: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case4: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case5: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case6: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case7: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case8: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case9: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case10: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case11: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case12: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case13: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case14: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case15: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case16: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case18: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case19: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case20: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case21: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case22: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case23: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case24: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case25: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case26: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case28: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case29: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case30: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case31: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case32: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case33: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case34: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case35: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Brackets_Case36: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Commas_Case3: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Commas_Case5: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case12: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case15: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case32: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case33: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case37: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case41: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case42: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case45: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case51: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case52: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case56: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case60: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case61: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case62: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case64: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case65: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case73: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case83: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case89: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_DNE_Case95: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Misc_Case1: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Misc_Case3: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Misc_Case7: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Misc_Case8: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_Misc_Case10: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Propagate_Validation_NumericLiteralOnLHS: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. SchattenFile_Validation_InvalidCycleSetting: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. SchattenFile_Validation_InvalidModelSetting: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. ScriptEvent_Validation_ValidationTests_Maneuver_Validation_BeginFBurn_InvalidFBurn: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. ScriptEvent_Validation_ValidationTests_Vary_Validation_fmincon_MaxStep_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Spacecraft_Validation_TotalMass: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. StopCond_PIC_StopTolerance_UserArray: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. StopCond_PIC_StopTolerance_UserVariable: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_ExitMode_DisallowedField: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_ExitMode_NumericLiteral: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_ExitMode_UserString: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_ExitMode_UserVariable: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_NonExistentOption: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_NonExistentSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_SolveMode_DisallowedField: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_SolveMode_NumericLiteral: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_SolveMode_UserString: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Target_Validation_SolveMode_UserVariable: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Thruster_Validation_K5: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Thruster_Validation_ThrustDirection3: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Variable_Validation_NoLHS: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Variable_Validation_NoRHS: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation__fmincon_MissingOpenBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_AdditiveScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_AdditiveScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_AdditiveScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_AdditiveScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_AdditiveScaleFactor_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_fmincon_AdditiveScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_fmincon_AdditiveScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_fmincon_AdditiveScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_fmincon_AdditiveScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LowerBound_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LowerBound_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LowerBound_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_LowerBound_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MaxStep_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MaxStep_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MaxStep_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MaxStep_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MissingClosingBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MissingClosingParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MissingCommas: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MissingCommas2: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MissingOpenParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MultiplicativeScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MultiplicativeScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MultiplicativeScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_MultiplicativeScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_NonExistentSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_NoSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_Perturbation_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_Perturbation_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_Perturbation_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_Perturbation_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_RHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_RHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_RHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_RHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_UpperBound_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_UpperBound_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_UpperBound_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_fmincon_UpperBound_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LowerBound_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LowerBound_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LowerBound_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LowerBound_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_LowerBound_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MaxStep_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MaxStep_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MaxStep_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MaxStep_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MaxStep_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingClosingBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingClosingParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingCommas: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingCommas2: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingOpenBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MissingOpenParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MultiplicativeScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MultiplicativeScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MultiplicativeScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MultiplicativeScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_MultiplicativeScaleFactor_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_NonExistentSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_NoSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Perturbation_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Perturbation_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Perturbation_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Perturbation_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Perturbation_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_RHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_RHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_RHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_RHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_RHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_UpperBound_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_UpperBound_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_UpperBound_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_UpperBound_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_UpperBound_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_Use_Parent_Object: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_VF13ad1_AdditiveScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_VF13ad1_AdditiveScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_VF13ad1_AdditiveScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_validation_VF13ad1_AdditiveScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_AdditiveScaleFactor_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_LHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_LHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_LHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_LHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_LHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MaxStep_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MaxStep_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MaxStep_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MaxStep_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MaxStep_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingClosingBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingClosingParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingCommas: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingCommas2: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingOpenBracket: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MissingOpenParenthesis: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MultiplicativeScaleFactor_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MultiplicativeScaleFactor_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MultiplicativeScaleFactor_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MultiplicativeScaleFactor_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_MultiplicativeScaleFactor_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_NonExistentSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_NoSolver: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_Perturbation_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_Perturbation_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_Perturbation_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_Perturbation_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_Perturbation_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_RHS_Array: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_RHS_DNE: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_RHS_NonExistent: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_RHS_String: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Vary_Validation_VF13ad1_RHS_StringParameter: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. VF13AD_Validation_ConvergenceTolerance: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. VF13AD_Validation_MaxIterations: (truth) ERROR MESSAGE: Comparator ValidationComparator failed: Subscript indices must either be real positive integers or logicals. Truth failures: AcceptFilter_Validation_DataTypes [#2 failed] AcceptFilter_Validation_EpochFormat [#1 failed] AcceptFilter_Validation_Field [#1 failed] AcceptFilter_Validation_FileNames [#2 failed] AcceptFilter_Validation_FinalEpoch [#1 failed] AcceptFilter_Validation_InitialEpoch [#1 failed] AcceptFilter_Validation_Mode [#1 failed] AcceptFilter_Validation_ObservedObjects [#1 failed] AcceptFilter_Validation_ThinningFrequency [#1 failed] AcceptFilter_Validation_Trackers [#2 failed] Antenna_Validation_Mode [ptrn 1 failed] Barycenter_Validation_BodyNames [no error or exception] Barycenter_Validation_BodyNames_2 [no error or exception] BatchEstimator_Validation_AbsoluteTol [no warn or err] BatchEstimator_Validation_DataFilters [#1 failed] BatchEstimator_Validation_MatlabFile [#2 failed] BatchEstimator_Validation_MaxConsecutiveDivergences [no warn or err] BatchEstimator_Validation_MaximumIterations [no warn or err] BatchEstimator_Validation_Measurements [#2 failed] BatchEstimator_Validation_Mode [#1 failed] BatchEstimator_Validation_OLSEAdditiveConstant [no warn or err] BatchEstimator_Validation_OLSEInitialRMSSigma [no warn or err] BatchEstimator_Validation_OLSEMultiplicativeConstant [no warn or err] BatchEstimator_Validation_Propagator [#2 failed] BatchEstimator_Validation_RelativeTol [no warn or err] BatchEstimator_Validation_ReportFile [#2 failed] BatchEstimator_Validation_ReportStyle [#2 failed] BatchEstimator_Validation_ShowAllResiduals [#1 failed] BatchEstimator_Validation_ShowProgress [#1 failed] CallPythonFunction_Validation_InvalidOutputs_WrongSizeArray_4 [no error or exception] CommandEcho_Validation_NoInput [#1 failed] DC_Validation_UndefinedField [no warn or err] DifferentialCorrector_Validation_MaxIterations [no warn or err] EphemPropagator_Code500_Validation_Mode [#1 failed] EphemStressTests_Default_Prop_CCSDS_Forward_and_BackwardDirect [] Epoch_Validation_UndefinedField [no warn or err] ErrorModel_Validation_Bias [#1 failed] ErrorModel_Validation_Field [#1 failed] ErrorModel_Validation_Mode [#1 failed] ErrorModel_Validation_NoiseSigma [#1 failed] ErrorModel_Validation_SolveFors [#1 failed] ErrorModel_Validation_Type [#1 failed] fmincon_Validation_ReportFile [no warn or err] fmincon_Validation_ShowProgress [no warn or err] fmincon_Validation_UndefinedField [no warn or err] ForceModel_Validation_PointMasses [no error or exception] ForceModel_Validation_PointMasses_2 [no error or exception] ForceModel_Validation_PointMasses_3 [no error or exception] ForceModel_Validation_PointMasses_4 [no error or exception] ForceModel_Validation_PointMasses_5 [no error or exception] ForceModel_Validation_PrimaryBodies [no error or exception] ForceModel_Validation_PrimaryBodies_2 [no error or exception] ForceModel_Validation_PrimaryBodies_3 [no error or exception] ForceModel_Validation_PrimaryBodies_4 [no error or exception] ForceModel_Validation_PrimaryBodies_5 [no error or exception] Formation_Validation_Add_6 [no warn or err] Formation_Validation_Add_7 [no warn or err] Formation_Validation_EmptyBracket [no error or exception] GroundStation_Tropo_Marini_DsnSeqRange [Output field 159.829200 failed tolerance in record 5722] GroundStation_Tropo_Marini_DsnTcp [Found 5709 output records and 0 truth records] GroundStation_Tropo_Marini_RangeRate [Found 5709 output records and 0 truth records] GroundStation_Validation_AddHardware [#2 failed] GroundStation_Validation_CentralBody [#1 failed] GroundStation_Validation_ErrorModels [#2 failed] GroundStation_Validation_Humidity [#1 failed] GroundStation_Validation_Id [#1 failed] GroundStation_Validation_IonosphereModel [#1 failed] GroundStation_Validation_Mode [#1 failed] GroundStation_Validation_OrbitColor [#1 failed] GroundStation_Validation_Pressure [#1 failed] GroundStation_Validation_TargetColor [#1 failed] GroundStation_Validation_Temperature [#1 failed] GroundStation_Validation_TroposphereModel [#1 failed] GroundTrackPlot_Validation_SelectedObjects [no error or exception] GroundTrackPlot_Validation_SelectedObjects_2 [no error or exception] GroundTrackPlot_Validation_SelectedObjects_3 [no error or exception] ImpulsiveBurn_Validation_CoordinateSystem [no error or exception] ImpulsiveBurn_Validation_CoordinateSystem_2 [no error or exception] ImpulsiveBurn_Validation_Tank [no error or exception] ImpulsiveBurn_Validation_Tank_2 [no error or exception] ImpulsiveBurn_Validation_Tank_4 [no error or exception] LibrationPoint_Validation_Primary [no error or exception] LibrationPoint_Validation_Primary_2 [no error or exception] LibrationPoint_Validation_Secondary [no error or exception] LibrationPoint_Validation_Secondary_2 [no error or exception] OLDWrite_Propagator_LogFile_Concise [] OLDWrite_Propagator_LogFile_Script [] OLDWrite_Propagator_LogFile_Verbose [] OLDWrite_Propagator_ReportFile_Concise [] OLDWrite_Propagator_ReportFile_Script [] OLDWrite_Propagator_ReportFile_Verbose [] OrbitView_Validation_CoordinateSystem [no error or exception] OrbitView_Validation_CoordinateSystem_2 [no error or exception] OrbitView_Validation_ViewDirection [no error or exception] OrbitView_Validation_ViewDirection_2 [no error or exception] OrbitView_Validation_ViewPointReference [no error or exception] OrbitView_Validation_ViewPointReference_2 [no error or exception] OrbitView_Validation_ViewPointVector [no error or exception] OrbitView_Validation_ViewPointVector_2 [no error or exception] OrbitView_Validation_ViewUpCoordinateSystem [no error or exception] OrbitView_Validation_ViewUpCoordinateSystem_2 [no error or exception] OREx_Outbound_Cruise_Optimization_With_Global_Subscribers_And_Objects [diff 0.000497931, tol 0.0004] Propagate_Validation_Brackets_Case17 [no warn or err] Propagate_Validation_Brackets_Case27 [no warn or err] Propagate_Validation_Commas_Case1 [no warn or err] Propagate_Validation_Commas_Case2 [no warn or err] Propagate_Validation_Commas_Case4 [no warn or err] Propagate_Validation_Commas_Case6 [no warn or err] Propagate_Validation_Commas_Case7 [no warn or err] Propagate_Validation_Commas_Case8 [no warn or err] Propagate_Validation_Commas_Case9 [no warn or err] Propagate_Validation_Commas_Case10 [no warn or err] Propagate_Validation_Commas_Case11 [no warn or err] Propagate_Validation_Commas_Case12 [no warn or err] Propagate_Validation_Commas_Case15 [no warn or err] Propagate_Validation_Commas_Case16 [no warn or err] Propagate_Validation_Commas_Case17 [no warn or err] Propagate_Validation_Commas_Case18 [no warn or err] Propagate_Validation_Commas_Case19 [no warn or err] Propagate_Validation_Commas_Case21 [no warn or err] Propagate_Validation_Commas_Case22 [no warn or err] Propagate_Validation_DNE_Case1 [no warn or err] Propagate_Validation_DNE_Case2 [no warn or err] Propagate_Validation_DNE_Case3 [no warn or err] Propagate_Validation_DNE_Case4 [no warn or err] Propagate_Validation_DNE_Case5 [no warn or err] Propagate_Validation_DNE_Case6 [no warn or err] Propagate_Validation_DNE_Case7 [no warn or err] Propagate_Validation_DNE_Case8 [no warn or err] Propagate_Validation_DNE_Case9 [no warn or err] Propagate_Validation_DNE_Case10 [no warn or err] Propagate_Validation_DNE_Case13 [no warn or err] Propagate_Validation_DNE_Case16 [no warn or err] Propagate_Validation_DNE_Case18 [no warn or err] Propagate_Validation_DNE_Case19 [no warn or err] Propagate_Validation_DNE_Case20 [no warn or err] Propagate_Validation_DNE_Case21 [no warn or err] Propagate_Validation_DNE_Case23 [no warn or err] Propagate_Validation_DNE_Case24 [no warn or err] Propagate_Validation_DNE_Case25 [no warn or err] Propagate_Validation_DNE_Case26 [no warn or err] Propagate_Validation_DNE_Case27 [no warn or err] Propagate_Validation_DNE_Case28 [no warn or err] Propagate_Validation_DNE_Case29 [no warn or err] Propagate_Validation_DNE_Case30 [no warn or err] Propagate_Validation_DNE_Case31 [no warn or err] Propagate_Validation_DNE_Case34 [no warn or err] Propagate_Validation_DNE_Case36 [no warn or err] Propagate_Validation_DNE_Case38 [no warn or err] Propagate_Validation_DNE_Case40 [no warn or err] Propagate_Validation_DNE_Case43 [no warn or err] Propagate_Validation_DNE_Case44 [no warn or err] Propagate_Validation_DNE_Case46 [no warn or err] Propagate_Validation_DNE_Case47 [no warn or err] Propagate_Validation_DNE_Case48 [no warn or err] Propagate_Validation_DNE_Case49 [no warn or err] Propagate_Validation_DNE_Case50 [no warn or err] Propagate_Validation_DNE_Case53 [no warn or err] Propagate_Validation_DNE_Case54 [no warn or err] Propagate_Validation_DNE_Case55 [no warn or err] Propagate_Validation_DNE_Case57 [no warn or err] Propagate_Validation_DNE_Case58 [no warn or err] Propagate_Validation_DNE_Case59 [no warn or err] Propagate_Validation_DNE_Case63 [no warn or err] Propagate_Validation_DNE_Case66 [no warn or err] Propagate_Validation_DNE_Case67 [no warn or err] Propagate_Validation_DNE_Case68 [no warn or err] Propagate_Validation_DNE_Case69 [no warn or err] Propagate_Validation_DNE_Case70 [no warn or err] Propagate_Validation_DNE_Case71 [no warn or err] Propagate_Validation_DNE_Case72 [no warn or err] Propagate_Validation_DNE_Case74 [no warn or err] Propagate_Validation_DNE_Case76 [no warn or err] Propagate_Validation_DNE_Case77 [no warn or err] Propagate_Validation_DNE_Case79 [no warn or err] Propagate_Validation_DNE_Case80 [no warn or err] Propagate_Validation_DNE_Case81 [no warn or err] Propagate_Validation_DNE_Case82 [no warn or err] Propagate_Validation_DNE_Case84 [no warn or err] Propagate_Validation_DNE_Case85 [no warn or err] Propagate_Validation_DNE_Case86 [no warn or err] Propagate_Validation_DNE_Case87 [no warn or err] Propagate_Validation_DNE_Case88 [no warn or err] Propagate_Validation_DNE_Case90 [no warn or err] Propagate_Validation_DNE_Case91 [no warn or err] Propagate_Validation_DNE_Case92 [no warn or err] Propagate_Validation_DNE_Case93 [no warn or err] Propagate_Validation_DNE_Case94 [no warn or err] Propagate_Validation_DNE_Case96 [no warn or err] Propagate_Validation_DNE_Case97 [no warn or err] Propagate_Validation_DNE_Case98 [no warn or err] Propagate_Validation_Misc_Case4 [no warn or err] Propagate_Validation_Misc_Case5 [no warn or err] Propagate_Validation_Misc_Case6 [no warn or err] Propagate_Validation_Misc_Case9 [no warn or err] Propagator_Validation_Type [no error or exception] Propagator_Validation_Type [no error or exception] Propagator_Validation_Type_2 [no error or exception] Propagator_Validation_Type_2 [no error or exception] Receiver_Validation_ErrorModels [#2 failed] Receiver_Validation_Id [#1 failed] Receiver_Validation_PrimaryAntenna [#2 failed] RejectFilter_Validation_DataTypes [#2 failed] RejectFilter_Validation_EpochFormat [#1 failed] RejectFilter_Validation_Field [#1 failed] RejectFilter_Validation_FileNames [#2 failed] RejectFilter_Validation_FinalEpoch [#1 failed] RejectFilter_Validation_InitialEpoch [#1 failed] RejectFilter_Validation_Mode [#1 failed] RejectFilter_Validation_ObservedObjects [#1 failed] RejectFilter_Validation_Trackers [#2 failed] ReportFile_Validation_Add [no error or exception] ReportFile_Validation_Add_2 [no error or exception] ScriptEvent_Validation_ValidationTests_Propagate_Validation_Commas_Case1 [no warn or err] ScriptLanguage_Validation_DataTypes_ReferenceArray_Barycenter_2 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Barycenter_5 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Barycenter_6 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Barycenter_7 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ForceModel_5 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Formation_2 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Formation_6 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Formation_7 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_Formation_8 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_GroundTrackPlot_2 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_GroundTrackPlot_5 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_GroundTrackPlot_6 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_GroundTrackPlot_7 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ImpulsiveBurn_2 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ImpulsiveBurn_5 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ImpulsiveBurn_6 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ImpulsiveBurn_7 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ImpulsiveBurn_8 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_ReportFile_8 [no error or exception] ScriptLanguage_Validation_DataTypes_ReferenceArray_XYPlot_8 [no error or exception] Simulator_MoonOccultation [GMAT: 11299 lines, Truth: 11306 lines] [GMT-6134] Simulator_Validation_AddData [#2 failed] Simulator_Validation_AddNoise [#1 failed] Simulator_Validation_EpochFormat [#1 failed] Simulator_Validation_FinalEpoch [#1 failed] Simulator_Validation_InitialEpoch [#1 failed] Simulator_Validation_MeasurementTimeStep [#1 failed] Simulator_Validation_Propagator [#1 failed] SpacecraftNavigation_Validation_AddHardware [#1 failed] SpacecraftNavigation_Validation_Cd [#1 failed] SpacecraftNavigation_Validation_CdSigma [#1 failed] SpacecraftNavigation_Validation_Cr [#1 failed] SpacecraftNavigation_Validation_CrSigma [#1 failed] SpacecraftNavigation_Validation_EstimationStateType [#2 failed] SpacecraftNavigation_Validation_OrbitErrorCovariance [#1 failed] SpacecraftNavigation_Validation_SolveFors [#1 failed] StatisticsAcceptFilter_Validation_DataTypes [#2 failed] StatisticsAcceptFilter_Validation_EpochFormat [#1 failed] StatisticsAcceptFilter_Validation_Field [#1 failed] StatisticsAcceptFilter_Validation_FileNames [#2 failed] StatisticsAcceptFilter_Validation_FinalEpoch [#1 failed] StatisticsAcceptFilter_Validation_InitialEpoch [#1 failed] StatisticsAcceptFilter_Validation_Mode [#1 failed] StatisticsAcceptFilter_Validation_ObservedObjects [#1 failed] StatisticsAcceptFilter_Validation_ThinningFrequency [#1 failed] StatisticsAcceptFilter_Validation_Trackers [#2 failed] StatisticsRejectFilter_Validation_DataTypes [#2 failed] StatisticsRejectFilter_Validation_EpochFormat [#1 failed] StatisticsRejectFilter_Validation_Field [#1 failed] StatisticsRejectFilter_Validation_FileNames [#2 failed] StatisticsRejectFilter_Validation_FinalEpoch [#1 failed] StatisticsRejectFilter_Validation_InitialEpoch [#1 failed] StatisticsRejectFilter_Validation_Mode [#1 failed] StatisticsRejectFilter_Validation_ObservedObjects [#1 failed] StatisticsRejectFilter_Validation_Trackers [#2 failed] THF_Sim_Accel_ConfigD_None_NA [ Observable Error: 0.3426 m.] [GMT-5986] THF_Sim_Accel_ConfigD_None_NA_2 [ Observable Error: 739.3 m.] [GMT-5986] THF_Sim_Accel_ConfigD_None_NA_3 [ Observable Error: 0.2607 m.] [GMT-5986] THF_Sim_Accel_ConfigD_None_NA_4 [ Observable Error: 0.04548 m.] [GMT-5986] TrackingFileSet_Validation_AddTrackingConfig [#1 failed] TrackingFileSet_Validation_DataFilters [#2 failed] TrackingFileSet_Validation_Field [#1 failed] TrackingFileSet_Validation_FileName [#2 failed] TrackingFileSet_Validation_Mode [#1 failed] TrackingFileSet_Validation_SimDopplerCountInterval [#1 failed] TrackingFileSet_Validation_SimRangeModuloConstant [#1 failed] TrackingFileSet_Validation_UseETminusTAI [#1 failed] TrackingFileSet_Validation_UseLightTime [#1 failed] TrackingFileSet_Validation_UseRelativityCorrection [#1 failed] Transmitter_Validation_Frequency [#1 failed] Transmitter_Validation_Mode [#2 failed] Transmitter_Validation_PrimaryAntenna [#2 failed] Transponder_PrimaryAntenna_Validation [no error or exception] Transponder_Validation_Mode [#3 failed] Variable_Validation_InAssignment [no warn or err] Variable_Validation_InAssignment_2 [no warn or err] Variable_Validation_NoEqualsSign [no warn or err] Vary_Validation_fmincon_AdditiveScaleFactor_StringParameter [#1 failed] Vary_Validation_fmincon_LHS_StringParameter [#1 failed] Vary_Validation_fmincon_LowerBound_StringParameter [#1 failed] Vary_Validation_fmincon_MaxStep_StringParameter [#1 failed] Vary_Validation_fmincon_MultiplicativeScaleFactor_StringParameter [#1 failed] Vary_Validation_fmincon_Perturbation_StringParameter [#1 failed] Vary_Validation_fmincon_RHS_StringParameter [#1 failed] Vary_Validation_fmincon_UpperBound_StringParameter [#1 failed] VF13AD_Validation_ReportFile [no warn or err] VF13AD_Validation_UndefinedField [no warn or err] Write_Propagator_LogFile_Concise [] Write_Propagator_LogFile_Script [] Write_Propagator_LogFile_Verbose [] Write_Propagator_ReportFile_Concise [] Write_Propagator_ReportFile_Script [] Write_Propagator_ReportFile_Verbose [] Write_Validation_UnattachedObject [#1 failed] XYPlot_Validation_XVariable [no error or exception] XYPlot_Validation_XVariable_2 [no error or exception] XYPlot_Validation_YVariables [no error or exception] XYPlot_Validation_YVariables_2 [no error or exception] ----------------------------------------------------------------- New Issues (Deferred) ----------------------------------------------------------------- New truth failures (deferred): None Output changes (but still pass) (deferred): None Output changes (but still fail) (deferred): None New crashes/hangs/etc. (deferred): None New script errors (deferred): None New comparator errors (deferred): None ----------------------------------------------------------------- Fixed Issues (Deferred) ----------------------------------------------------------------- Fixed truth failures (deferred): None Fixed crashes/hangs/etc. (deferred): None Fixed script errors (deferred): None Fixed comparator errors (deferred): None ----------------------------------------------------------------- All Known Issues (Deferred) ----------------------------------------------------------------- Crashes/hangs/etc. (deferred): GMAT_LunarTransfer_AllPlanets_DE421_BS GMAT_MarsTransfer_4_BS Script errors (deferred): All_in_One_STEREO All_in_One BatchEstimator_EstimationEpoch [GMT-5708, GMT-5701] Estimate_DeepSpace_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC_Ramp Estimate_DeepSpace_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC Estimate_LEO_4x4_USNTwoWayRange_LightTimeOnly_NonPerturbedIC Estimate_LEO_4x4_USNTwoWayRange_LightTimeOnly_PerturbedIC Estimate_LEO_PointMass_DSNTwoWayDoppler_LightTimeOnly_NonPerturbedIC Estimate_LEO_PointMass_DSNTwoWayRangeDoppler_LightTimeOnly_NonPerturbedIC_Ramp Estimate_LEO_PointMass_DSNTwoWayRangeDoppler_LightTimeOnly_NonPerturbedIC Estimate_LEO_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC Estimate_LEO_PointMass_USNTwoWayRange_LightTimeOnly_NonPerturbedIC Estimate_LEO_PointMass_USNTwoWayRange_LightTimeOnly_PerturbedIC Math_Shadowed_Builtins [GMT-3043] Old_All_in_One_STEREO Old_All_in_One Old_Estimate_DeepSpace_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC_Ramp Old_Estimate_DeepSpace_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC Old_Estimate_LEO_PointMass_DSNTwoWayDoppler_LightTimeOnly_NonPerturbedIC Old_Estimate_LEO_PointMass_DSNTwoWayRangeDoppler_LightTimeOnly_NonPerturbedIC_Ramp Old_Estimate_LEO_PointMass_DSNTwoWayRangeDoppler_LightTimeOnly_NonPerturbedIC Old_Estimate_LEO_PointMass_DSNTwoWayRange_LightTimeOnly_NonPerturbedIC Old_Simulate_DeepSpace_DSNTwoWayDoppler_LightTimeOnly_RampTable Old_Simulate_DeepSpace_DSNTwoWayRange_LT_GR_Transponder_RampTable Old_Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_GR_RampTable Old_Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_RampTable_2 Old_Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_RampTable Old_Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly Old_Simulate_LEO_DSNTwoWayDoppler_LightTimeOnly_Ramp Old_Simulate_LEO_DSNTwoWayDoppler_LightTimeOnly_Zero_Ramp Old_Simulate_LEO_DSNTwoWayDoppler_LightTimeOnly Old_Simulate_LEO_DSNTwoWayRange_LightTimeOnly_RampTable Old_Simulate_LEO_DSNTwoWayRange_LightTimeOnly Python_IO_String [5317] ScriptLanguage_WhiteSpace_AfterArrayName [GMT-3522] Simulate_DeepSpace_DSNTwoWayRange_LT_GR_Transponder_RampTable Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_GR_RampTable Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_RampTable_2 Simulate_DeepSpace_DSNTwoWayRange_LightTimeOnly_RampTable Simulate_LEO_DSNTwoWayDoppler_LightTimeOnly_Ramp Simulate_LEO_DSNTwoWayDoppler_LightTimeOnly_Zero_Ramp Simulate_LEO_DSNTwoWayRange_LightTimeOnly_RampTable Simulate_LEO_USNTwoWayRange_LightTime-Bias Simulate_LEO_USNTwoWayRange_LightTimeOnly Transmitter_Frequency_DSN_Doppler_DeepSpace_2 [GMT-6310] Transmitter_Frequency_DSN_Doppler_DeepSpace [GMT-6310] Transmitter_Frequency_DSN_Range_DeepSpace_2 [GMT-6310] Transmitter_Frequency_DSN_Range_DeepSpace [GMT-6310] TrkFile_SimEst_DSN_DS_Range_Solve_Bias_apriori [GMT-5709] TrkFile_SimEst_GN_RangeRate_Solve_Cd [GMT-5701] TrkFile_SimEst_GN_RangeRate_Solve_Cr [GMT-5701] TrkFile_SimEst_GN_range_Solve_Cd [GMT-5701] TrkFile_SimEst_GN_range_Solve_Cr [GMT-5701] Comparator errors (deferred): GroundStation_Iono_Range_Kband (truth) [GMT-5644] GroundStation_Iono_RangeRate_Kband (truth) [GMT-5644] GroundStation_TropoIono_Range_Kband (truth) [GMT-5644] Truth failures (deferred): AcceptFilter_Validation_RecordNumbers [#2 failed] [GMT-6034] Achieve_Validation_LHS_Field [ptrn 1 failed] [GMT-3687] Achieve_Validation_RHS_Field [no error or exception] [GMT-3687] Ephem_GMAT_Code500_ACE_OpsPrototype_v13 [pos err 2.31993, tol 1] [GMT-4112] Ephem_GMAT_Code500_InterpolationOrder/Ephem_GMAT_Code500_InterpolationOrder_1.eph [pos err 0.0173914, tol 0.002] [GMT-4075, GMT-4112] Ephem_GMAT_Code500_InterpolationOrder/Ephem_GMAT_Code500_InterpolationOrder_3.eph [pos err 0.0463976, tol 0.002] [GMT-4075, GMT-4112] Ephem_GMAT_Code500_StepSize/Ephem_GMAT_Code500_StepSize_1.eph [pos err 305.165, tol 0.002] [GMT-4112] EphemStressTests_Default_and_ABM_Integrator_Code500_60Sec_MultipleSCs_ForwardDirection [pos err 15.2466, tol 1e-12] [GMT-4077] EphemStressTests_Default_Prop_Code500_60Sec_MixedStopTypes_LogicTypes_DiscontinuityTypes_ForwardDirection [pos err 9.57664, tol 1e-12] [GMT-4077] EphemStressTests_Default_Prop_Code500_60Sec_MixedStopTypes_LogicTypes_DiscontinuityTypes_SolverTypes_ForwardDirect [pos err 14.3796, tol 1e-12] [GMT-4077] EphemStressTests_Default_Prop_Code500_60Sec_MixedStopTypes_LogicTypes_ForwardDirection [pos err 0.000200836, tol 1e-12] [GMT-4112] EphemStressTests_PD78_ABM_Prop_Code500_60Sec_Step_ForwardDirection [pos err 21.5632, tol 1e-12] [GMT-4112] EphemStressTests_SPK_Integrator_Code500_60Sec_ForwardDirection [pos err 0.000427977, tol 1e-12] [GMT-4112] Epoch_LeapSecond_G2MJD [max mjd diff 1.000259s > tol 0.001000s] [2561] Epoch_LeapSecond_In [max greg. diff 1.000005s > tol 0.001000s] [2561] Epoch_LeapSecond_Out [max mjd diff 1.000146s > tol 0.001000s] [2561] Formation_Validation_MissingComma [no error or exception] [GMT-3672] GMAT_ISS_Earth_JGM2_0_0_NutationUpdateInterval [pos err 0.00081496, tol 1e-06] [GMT-2567] GMAT_ISS_EarthSunLuna_EGM96_MSISE90_SRP_SolidAndPoleTide_BS [pos err 0.00234382, tol 0.0023] GMAT_ISS_EarthSunLuna_EGM96_MSISE90_SRP_SolidAndPoleTide_Max_Reduction_BS [pos err 0.00234382, tol 0.0023] GMAT_LEO_PropSynchronization_BS [] GMAT_Molniya_EarthSunLuna_JGM2_JR_SRP_BS [pos err 0.0756285, tol 0.002] Math_Inf [GMAT: 53 lines, Truth: 69 lines] [GMT-3195] Minimize_Validation_Field [no warn or err] [GMT-3687] Nonlinear_Validation_LHS_Field [no warn or err] [GMT-3687] Nonlinear_Validation_RHS_Field [no warn or err] [GMT-3687] OLDWrite_Multiple_ReportFile_Concise_2 [] [GMT-5801] OLDWrite_Multiple_ReportFile_Verbose_2 [#37 failed] [GMT-5801] RejectFilter_Validation_RecordNumbers [#2 failed] [GMT-6034] ScriptLanguage_Comments_AfterControlFlow [] [GMT-3332] ScriptLanguage_LineContinuation_BeginningOfLine [] [GMT-3756] ScriptLanguage_LiteralArrays_String [] [GMT-3680] ScriptLanguage_Validation_Semicolons_1 [no error or exception] [GMT-3545] Simulator_Propagator_EarthPointMass_Drag/Simulator_Propagator_EarthPointMass_Drag_PosErr.report [diff 0.0260902, tol 4e-05] [GMT-5417] Simulator_Propagator_EarthPointMass_SRP_Drag/Simulator_Propagator_EarthPointMass_SRP_Drag_PosErr.report [diff 0.0423286, tol 5e-05] [GMT-5417] SpacecraftNavigation_SolveFors_CartesianState_LeapSec_Range [Parameter TDRS10.EarthTODEq.X value -11597.448820 exceeds tolerance 0.010000] [GMT-5954] SpacecraftNavigation_SolveFors_CartesianState_LeapSec_RangeRate [Parameter Aura.EarthMJ2000Eq.X value -4277.420299 exceeds tolerance 0.010000] [GMT-5954] SpacecraftNavigation_Validation_Mode [#1 failed] [GMT-5841] StatisticsRejectFilter_DataTypes_All [#1 failed] StatisticsRejectFilter_DataTypes_DsnSeqRange [#2 failed] StatisticsRejectFilter_DataTypes_DsnTcp [#1 failed] StatisticsRejectFilter_ObservedObjects_All [#3 failed] String_AssignNumericParam [] [GMT-2888] TrackingFileSet_UseAllCorrections_DsnSeqRange_Est [Residual failed at 19 Aug 2005 00:00:00.000] TrackingFileSet_UseAllCorrections_DsnTcp_Est [Residual failed at 01 Mar 2005 00:20:00.000] TrackingFileSet_UseAllCorrections_DsnTcp_Sim [ Observable Error: 2.384e-06 Hz] TrackingFileSet_UseAllCorrections_Range_Est [Residual failed at 19 Aug 2005 00:00:00.000] TrackingFileSet_UseETminusTAI_Range_Est [Residual failed at 01 Mar 2005 00:06:00.000] TrackingFileSet_UseETminusTAI_RangeRate_Est [Residual failed at 01 Mar 2005 01:39:00.000] TrackingFileSet_UseLightTime_DsnSeqRange_Est [Residual failed at 01 Mar 2005 00:06:00.000] TrackingFileSet_UseLightTime_DsnTcp_Est [Residual failed at 01 Mar 2005 00:06:00.000] TrackingFileSet_UseLightTime_Range_Est [#19 failed] TrackingFileSet_UseLightTime_Range_RangeRate_Est [Residual failed at 01 Mar 2005 00:04:00.000] TrackingFileSet_UseLightTime_RangeRate_Est [Residual failed at 01 Mar 2005 00:06:00.000] TrackingFileSet_UseRelativityCorrection_DsnSeqRange_Est [Residual failed at 01 Mar 2005 00:20:00.000] TrackingFileSet_UseRelativityCorrection_Range_Est [Residual failed at 01 Mar 2005 00:07:00.000] TrackingFileSet_UseRelativityCorrection_RangeRate_Est [Residual failed at 01 Mar 2005 00:20:00.000] TrkFile_SimEst_TDRS_range_Solve_Cr [] [GMT-5416, GMT-5701] Vary_Validation_RHS_Field [no error or exception] [GMT-3687] Write_Multiple_ReportFile_Concise_2 [#69 failed] [GMT-5801] Write_Multiple_ReportFile_Verbose_2 [#69 failed] [GMT-5801] ----------------------------------------------------------------- Test System Warnings ----------------------------------------------------------------- Passing tests tagged with bugs: (To fix, remove bug ID from Bugs key in .tc file) Comet_Validation_OrientationEpoch_3 [GMT-3252] CoordSysTest_Luna_MJ2000Eq_To_ICRF [GMT-3227] CoordinateSystem_Validation_Axes_4 [GMT-3155] EphemPropagator_Code500_CentralBody_Jupiter [GMT-5795] EphemPropagator_Code500_CentralBody_Saturn [GMT-5795] EphemPropagator_Code500_ForwardProp_Interp [GMT-5760] EphemPropagator_STK_CentralBody_Moon_Meters [GMT-6093] EphemPropagator_SatAssigmentToNewSatThenProp [GMT-3434] EphemStressTests_Default_Prop_STK_60Sec_MixedStopTypes_LogicTypes_DiscontinuityTypes_ForwardDirection [GMT-6090] EphemStressTests_Default_Prop_STK_60Sec_MixedStopTypes_LogicTypes_DiscontinuityTypes_SolverTypes_ForwardDirect [GMT-6090] Ephem_GMAT_SPK_60sec_backward [GMT-5286] Ephem_GMAT_SPK_DefaultIntegrationStep_User_Defined_LagrangeOrder [GMT-5286] Ephem_GMAT_STK_60sec_IterativeProcess_Optimizer [GMT-6090] Ephem_GMAT_STK_60sec_IterativeProcess_Optimizer_NoBoundaries [GMT-6090] ErrorModel_NoiseSigma_RangeRate2 [GMT-5417] Events_ContactLocator_Ephemeris_DE405AllPlanets [GMT-5377] Events_ContactLocator_Ephemeris_DE424AllPlanets [GMT-5377] Events_ContactLocator_Heo2 [GMT-5302] Events_ContactLocator_UseEntireInterval_False_MissionSequence [GMT-5292] Ex_GmatFunction [GMT-3604] Formation_Validation_PropFormSatInTwoProps [GMT-3581] GMAT_GEO_EarthSunMoon_0_0_0_Relativity [3405] GMAT_GEO_EarthSun_0_0_0_Relativity [3405] GMAT_ISS_EarthSunMoon_0_0_0_Relativity [3405] GMAT_ISS_EarthSunMoon_0_0_0_Relativity_Cmd [3405] GMAT_ISS_EarthSun_0_0_0_Relativity [3405] Math_Validation_Cross_WrongDim2 [GMT-5676] OLDWrite_Spacecraft_LogFile_Script [GMT-5802] ScriptLanguage_ReferenceArrays_ForceModel_7 [GMT-3541] ScriptLanguage_Validation_DataTypes_ReferenceArray_Formation_5 [GMT-6064] Simulator_Propagator_Sun_EM [GMT-6040] Simulator_Propagator_Sun_EM_AllPlanets [GMT-6040] Simulator_Propagator_Sun_EM_AllPlanets_SRP_GR [GMT-6040] Simulator_Propagator_Sun_EM_GR [GMT-6040] SpacePointParams_CelestialBody_EpochOutput [3939] SpacecraftNavigation_L1_DsnSeqRange_SOHO_AncillaryElements [GMT-6040] SpacecraftNavigation_L1_DsnSeqRange_SOHO_CovarianceCorrelationMatrix [GMT-6040] SpacecraftNavigation_L1_DsnSeqRange_SOHO_EstimatedState [GMT-6040] THF_AccelMass_CSC_None_None [GMT-5981] THF_Accel_CSC_None_None [GMT-5981] THF_ThrustMass_CSC_None_None [GMT-5981] THF_Thrust_CSC_None_None [GMT-5981] THF_Thrust_CSC_None_None_2 [GMT-5981] Thruster_Finite_Burn_Permutations_Separate_Propagators_2 [GMT-3455] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Gmat-buildtest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmat-buildtest
