jacobbieker hhkwon76 commited on
Commit
10e2ca5
1 Parent(s): 8596ead

Update gfs-reforecast.py (#3)

Browse files

- Update gfs-reforecast.py (74673da74227d375f13c2f65cfae6b681a55ac01)


Co-authored-by: Hyun-Han Kwon <hhkwon76@users.noreply.huggingface.co>

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
  ),