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:
The
optimizedparameter inSimulationRunner::configure_and_build()is redundant since it is already a class parameter.sem/sem/runner.py
Lines 135 to 136 in a6c5b29
The suggested action is to remove this parameter from the signature and to change the following usage in
self.optimized:sem/sem/runner.py
Line 157 in a6c5b29