Update gfs-reforecast.py

#3
by hhkwon76 - opened
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
  ),