Python syntax algorithms fixes (#8916)
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled

* Python syntax algorithms fixes

* More fixes

* More fixes

* Minor fix

* Update python syntax check accepted percentage
This commit is contained in:
Jhonathan Abreu
2025-08-11 10:55:00 -04:00
committed by GitHub
parent a7265c8a41
commit 4c4a34007d
19 changed files with 115 additions and 109 deletions
@@ -37,7 +37,7 @@ class BoolCommand(Command):
array_test = []
result = False
def run(self, algo: QCAlgorithm) -> bool:
def run(self, algo) -> bool:
trade_ibm = self.my_custom_method()
if trade_ibm:
algo.debug(f"BoolCommand.run: {str(self)}")