Table of Contents |
---|
Script
...
/Base Code Testing
Issue | Status | Ower | Recommendation |
---|---|---|---|
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. | Open | SPH | This 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
Issue | Status | Ower | Recommendation |
---|---|---|---|
There is an occasional issue loading an icon file. | Open | TR | Need to determine if this is a TestComplete Interaction issue or a true issue with GMAT. |
...
Issue | Status | Ower | Recommendation |
---|---|---|---|
GMAT function files required for sample missions are not in the bundle | Open | SPH | This 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) |
...