OpenC3/cosmos

View on GitHub
openc3-cosmos-init/plugins/packages/openc3-cosmos-demo/targets/INST2/lib/sim_inst.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function __init__ has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def __init__(self, target_name):
        super().__init__(target_name)

        self.target = System.targets[target_name]
        position_filename = os.path.join(self.target.dir, "data", "position.bin")

    There are no issues that match your filters.

    Category
    Status