Datasets:

Size:
n<1K
ArXiv:
DOI:
License:
DarthReca commited on
Commit
4851a70
1 Parent(s): fff0586

:hammer: Corrected config

Browse files
Files changed (1) hide show
  1. california_burned_areas.py +1 -0
california_burned_areas.py CHANGED
@@ -102,6 +102,7 @@ class CaBuAr(datasets.GeneratorBasedBuilder):
102
  ]
103
 
104
  DEFAULT_CONFIG_NAME = "post-fire"
 
105
 
106
  def _info(self):
107
  if self.config.name == "pre-post-fire":
 
102
  ]
103
 
104
  DEFAULT_CONFIG_NAME = "post-fire"
105
+ BUILDER_CONFIG_CLASS = CaBuArConfig
106
 
107
  def _info(self):
108
  if self.config.name == "pre-post-fire":