MUSE_OS
MUSE_OS copied to clipboard
Redundant columns in consumption_path input file
Is your feature request related to a problem? Please describe.
The consumption_path input file currently requires an index column, “ProcessName”, and “TimeSlice” to be present even if they are not being used in the simulation.
Though this is stated in the documentation, it is right down in section 9.2.6 and no error message is generated if the columns are missing. In any case, there would ideally be no requirement for redundant columns in inputs.
Describe the solution you'd like
Full solution: Modify MUSE so that these columns are optional unless required for consistency with other input files.
Temprorary solution: Generate explanitory error message when these columns are missing.