signetlabdei/sem

SimulationRunner::configure_and_build() has redundant `optimized` parameter

Thecave3 opened this issue · 0 comments

The optimized parameter in SimulationRunner::configure_and_build() is redundant since it is already a class parameter.

sem/sem/runner.py

Lines 135 to 136 in a6c5b29

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:

if optimized: