ForzaJuve1 commited on
Commit
8446df7
1 Parent(s): e85a751

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +2 -2
Integration.py CHANGED
@@ -564,8 +564,8 @@ class Euro2020Dataset(GeneratorBasedBuilder):
564
 
565
  # Process each match event to ensure all expected keys exist
566
  match_event_processed = {
567
- "1-First Half": match_event.get("1-First Half", []),
568
- "2-Second Half": match_event.get("2-Second Half", []),
569
  "3-Extra Time First Half": match_event.get("3-Extra Time First Half", []),
570
  "4-Extra Time Second Half": match_event.get("4-Extra Time Second Half", []),
571
  "5-Penalty Shootout": match_event.get("5-Penalty Shootout", []),
 
564
 
565
  # Process each match event to ensure all expected keys exist
566
  match_event_processed = {
567
+ "1-First Half": match_event.get("1-First Half"),
568
+ "2-Second Half": match_event.get("2-Second Half"),
569
  "3-Extra Time First Half": match_event.get("3-Extra Time First Half", []),
570
  "4-Extra Time Second Half": match_event.get("4-Extra Time Second Half", []),
571
  "5-Penalty Shootout": match_event.get("5-Penalty Shootout", []),