We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b966342 commit 9d3e257Copy full SHA for 9d3e257
DeeployTest/testUtils/testRunner.py
@@ -351,7 +351,7 @@ def generate_test(self):
351
command = f"python {generation_script} -d {self._dir_gen} -t {self._dir_test} -p {self._platform}"
352
353
if self._tiling is True:
354
- command += f" -n_cores {self._cores}"
+ command += f" -n_cores {self.n_cores}"
355
356
command += f" {self.gen_args}"
357
command += self._argument_parser.generate_cmd_args()
0 commit comments