Skip to content

not optimal loop #136

@richbar88

Description

@richbar88

https://github.com/mmuellerstoffels/GBSTools/blob/7a20352a8b83e60f675273a79e43e3bfa5dd3385/GBSTool/GBSModel/Generator.py#L73-L74
This loop is not optimal.
Suggestion: Use for example “for fuelCurvePPuInpt_, fuelCurveMFInpt_ in zip(fuelCurvePPuInpt,
fuelCurveMFInpt)”. Than instead of fuelCurvePPuInpt[idx] use fuelCurvePPuInpt_.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code reviewThis issue originated from a code review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions