ericmedvet / jgea

Apache License 2.0
19 stars 11 forks source link

Listener allCsv and elapsedSecs bugs #53

Closed FrancescoRusin closed 5 months ago

FrancescoRusin commented 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.

ericmedvet commented 5 months ago

The negative elapsedSecs part of the issue is solved in 609e182.

ericmedvet commented 5 months ago

Fixed in 2d1c6c4 and 609e182.