jacobbieker commited on
Commit
b5ef642
1 Parent(s): 272eb49

Change default to UK

Browse files
Files changed (1) hide show
  1. eumetsat_uk_hrv.py +1 -1
eumetsat_uk_hrv.py CHANGED
@@ -53,7 +53,7 @@ class EumetsatUkHrvDataset(datasets.GeneratorBasedBuilder):
53
  datasets.BuilderConfig(name="uk_video", version=VERSION, description="This dataset is for video prediction")
54
  ]
55
 
56
- DEFAULT_CONFIG_NAME = "uk_video" # It's not mandatory to have a default configuration. Just use one if it make sense.
57
 
58
  def _info(self):
59
  if self.config.name == "uk":
 
53
  datasets.BuilderConfig(name="uk_video", version=VERSION, description="This dataset is for video prediction")
54
  ]
55
 
56
+ DEFAULT_CONFIG_NAME = "uk" # It's not mandatory to have a default configuration. Just use one if it make sense.
57
 
58
  def _info(self):
59
  if self.config.name == "uk":