Nathan Lambert
commited on
Commit
•
75b6639
1
Parent(s):
c33bc1d
typo hotfix
Browse files- geodiff-example-data.py +1 -1
geodiff-example-data.py
CHANGED
@@ -66,7 +66,7 @@ class GeoDiffExampleData(datasets.GeneratorBasedBuilder):
|
|
66 |
datasets.BuilderConfig(name="drugs", version=VERSION, description="This part of my dataset covers a first domain"),
|
67 |
]
|
68 |
|
69 |
-
DEFAULT_CONFIG_NAME = "
|
70 |
|
71 |
def _info(self):
|
72 |
if self.config.name == "drugs": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
|
|
66 |
datasets.BuilderConfig(name="drugs", version=VERSION, description="This part of my dataset covers a first domain"),
|
67 |
]
|
68 |
|
69 |
+
DEFAULT_CONFIG_NAME = "drugs" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
70 |
|
71 |
def _info(self):
|
72 |
if self.config.name == "drugs": # This is the name of the configuration selected in BUILDER_CONFIGS above
|