-
I am using this code
with version 3.1.6 of fastf1 it doesn't give me any problems. File ~\anaconda3\envs\FF1_V330\lib\site-packages\fastf1\core.py:2732 in get_telemetry File ~\anaconda3\envs\FF1_V330\lib\site-packages\fastf1\core.py:2807 in get_pos_data AttributeError: 'NoneType' object has no attribute 'pos_data' What am I doing wrong, or not doing? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK! I already saw it. With some small changes, I'd better use this Works. |
Beta Was this translation helpful? Give feedback.
OK! I already saw it.
With some small changes, I'd better use this
df = laps.pick_driver(INI).pick_lap(VuNum).telemetry
Works.