Closed AznamirWoW closed 2 months ago
Due to a bug in v3.2.5 generate_filelist was called with pitch_guidance = True/False without converting the parameter using strtobool, but the check if pich_guidance:
is True regardless of x value, thus the file list was always created with full set of parameters.
Since data_utils expects all 5 values to be present in the file list, removing the logic from the generation function to simplify things.
Description
Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: