kbberendsen commited on
Commit
fef44ff
1 Parent(s): bcf020e

attempt at reactive element

Browse files
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052b61344f2a719b030196d7929a52aafc87d7090b3d5fa593f783a970072b8c
3
+ size 43457696
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cdba99bcf8ce699849a3574fcead5591f85e53773ee6ddf077c29b3bd858ec
3
+ size 5232
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/lap_count.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b86e943d2e8a268db69beb6c80ae43ae153515ed4b62a56fa8dc300635edc4c
3
+ size 1424
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5b27aca992b04308a86deeb5a4e82c7e7169c5f9aeb8316159797903db6e40f
3
+ size 41467560
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49765e6a5633bcce4a2a1ca9794bb74a8c5d0c679da46d1510ac41e9a611bd4c
3
+ size 8756
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea66d4fbbfb5a5471412a848fd2bb884eb67362136c05c983ca0ab87a3ece02
3
+ size 216
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f70f812346c7202743dc2cdcbee172e0594901172e80138033e33fdbfdff88
3
+ size 105878
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0e3380f5d5dd7ca38ef34387c57c6acdc849c8d1379131034477b5649d3606
3
+ size 1027857
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e686545b50ca0f6de541753336a2dfff81f65ae22cf2642ee5847bb064511680
3
+ size 241
cache/2023/2023-07-23_Hungarian_Grand_Prix/2023-07-23_Race/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11740512a77a3d372f41869d00db2d1ec9596fc91f0190e3f59aa302e7475443
3
+ size 10715
cache/fastf1_http_cache.sqlite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c72f9de544aa1edd87f84ff7533b84619c888ea7431d3a4d4de5e0868eaecbe
3
- size 57344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7d045d068704b3b435ae27bf571c716108cfc173652a802999b1fe068a4430
3
+ size 23609344
f1.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
 
8
  ff1.Cache.enable_cache('.\cache')
9
 
10
- session = ff1.get_session(2023, 'Austria', 'R')
11
  session.load()
12
 
13
  lap = session.laps.pick_fastest()
 
7
 
8
  ff1.Cache.enable_cache('.\cache')
9
 
10
+ session = ff1.get_session(2023, 'Hungary', 'R')
11
  session.load()
12
 
13
  lap = session.laps.pick_fastest()