nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

Typo that may impact functionality #99

Closed simtheverse closed 2 years ago

simtheverse commented 2 years ago

https://github.com/nasa/TrickHLA/blob/af2df5edcf31b0d70ee3d6c559015eda1ad4914a/Modified_data/TrickHLA/TrickHLAFederateConfig.py#L67

There is a typo on the above line. The self.endabled property doesn't appear to be referenced again but self.enabled does later get referenced: https://github.com/nasa/TrickHLA/blob/af2df5edcf31b0d70ee3d6c559015eda1ad4914a/Modified_data/TrickHLA/TrickHLAFederateConfig.py#L163-L165

The SpaceFOM example Sim_Roles_Test_Sync works for me and it inherits this class so I am not sure what functionality this impacts.

Awesome project. Thanks!

dandexter commented 2 years ago

Yes, the typo is a bug and will be fixed. Thank you for your bug report.

dandexter commented 2 years ago

This has been fixed and tested.