[DEPR] pick_fastest
needs to return None
instead of empty Lap
#477
Labels
deprecation
Concerns a pending deprecation
maintenance
Changes required to gurantee that things work properly in the future still
Milestone
Laps.pick_fastest
currently returns an emptyLap
object in case there is no lap or no lap that meets the criteria for fastest lap.Starting from v3.3 this should return
None
instead. The corresponding deprecation warning was added in #476.See also: #472, #472 (comment)
This issue serves as a reminder to change this for v3.3
The text was updated successfully, but these errors were encountered: