DarthReca
commited on
Commit
•
4851a70
1
Parent(s):
fff0586
:hammer: Corrected config
Browse files
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":
|