Thecave3 opened this issue 7 months ago · 0 comments
The optimized parameter in SimulationRunner::configure_and_build() is redundant since it is already a class parameter.
optimized
SimulationRunner::configure_and_build()
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:
self.optimized
Line 157 in a6c5b29