The bug is caused by preprocessing.py not adding PctFromLapRep and DeltaToLapRep to the csv file.
A temporary fix is implemented. The transformation functions in preprocess.py will be overhauled
Other minor changes to the compound plot:
Compound selection reset to empty when a new session is loaded
Implemented a minimum lap count of 5% of all laps for a compound to be eligible for plotting. Previously, the caveat stated a one sixth limit which was not actually implemented.
The bug is caused by
preprocessing.py
not addingPctFromLapRep
andDeltaToLapRep
to the csv file.A temporary fix is implemented. The transformation functions in
preprocess.py
will be overhauledOther minor changes to the compound plot: