Skip to content

SimulationRunner::configure_and_build() has redundant optimized parameter #74

@Thecave3

Description

@Thecave3

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:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestinvalidThis doesn't seem right

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions