ForzaJuve1 commited on
Commit
880316c
1 Parent(s): e37547c

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -555,7 +555,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
555
  #fobj = tf.io.gfile.GFile(filepath)
556
  #reader = csv.DictReader(fobj)
557
  with open(filepath, encoding="utf-8") as f:
558
- reader = json.loads(f)
559
  for id, row in enumerate(reader):
560
 
561
  #match_event_str = row["MatchEvent"]
 
555
  #fobj = tf.io.gfile.GFile(filepath)
556
  #reader = csv.DictReader(fobj)
557
  with open(filepath, encoding="utf-8") as f:
558
+ reader = json.load(f)
559
  for id, row in enumerate(reader):
560
 
561
  #match_event_str = row["MatchEvent"]