The optimized parameter in SimulationRunner::configure_and_build() is redundant since it is already a class parameter.
|
def configure_and_build(self, show_progress=True, optimized=True, |
|
skip_configuration=False): |
The suggested action is to remove this parameter from the signature and to change the following usage in self.optimized: