-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
code reviewThis issue originated from a code reviewThis issue originated from a code review
Description
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
Labels
code reviewThis issue originated from a code reviewThis issue originated from a code review