hhkwon76 commited on
Commit
74673da
1 Parent(s): 8596ead

Update gfs-reforecast.py

Browse files
Files changed (1) hide show
  1. gfs-reforecast.py +1 -1
gfs-reforecast.py CHANGED
@@ -151,7 +151,7 @@ class GFEReforecastDataset(datasets.GeneratorBasedBuilder):
151
  # These kwargs will be passed to _generate_examples
152
  gen_kwargs={
153
  "filepath": urls if streaming else data_dir,
154
- "split": "test"
155
  "streaming": streaming,
156
  },
157
  ),
 
151
  # These kwargs will be passed to _generate_examples
152
  gen_kwargs={
153
  "filepath": urls if streaming else data_dir,
154
+ "split": "test",
155
  "streaming": streaming,
156
  },
157
  ),