Closed FrancescoRusin closed 5 months ago
The listener allCsv does not write the correct names for the functions in the lists "defaultFunctions", "functions", and "individualFunctions" in the header of the file it creates. The listener elapsedSecs always returns seconds as negative values.
The negative elapsedSecs part of the issue is solved in 609e182.
Fixed in 2d1c6c4 and 609e182.
The listener allCsv does not write the correct names for the functions in the lists "defaultFunctions", "functions", and "individualFunctions" in the header of the file it creates. The listener elapsedSecs always returns seconds as negative values.