Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Script

...

/Base Code Testing

 

IssueStatusOwerRecommendation

An issue has been found when running sample missions in particular order.  It appears the behavior is different on different machines even.  The issue is when user defined variables, Python functions, and/or GMAT functions have the same name.

Create Array cross[1,3]

Create GmatFunction cross

Python.ArrayFunctions.cross

When running scripts back to back, this can corrupt the namespace resulting in errors. 

OpenSPHThis should not required and RC3  We should add a warning to the  user guide a warning about variable and function name conflicts, fix the scripts. 
    

GUI Test

IssueStatusOwerRecommendation
There is an occasional issue loading an icon file.OpenTRNeed to determine if this is a TestComplete Interaction issue or a true issue with GMAT. 
    
    

...

IssueStatusOwerRecommendation
GMAT function files required for sample missions are not in the bundleOpenSPHThis should not required and RC3. Fix the git ignore file and commit to mesa-jade.  If no other issues require rebuilding another RC, then simply update the installers and do system level testing on the new installers, not full up tests.  Note:  We have done this before successfully.  In fact, we updated files months after a release and updated the sourceforge packages to fix a config issue (name mis-spelled in splash)
    
    

...