openc3-cosmos-init/plugins/packages/openc3-cosmos-demo/targets/INST2/lib/sim_inst.py
Function __init__
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
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")