update loader script
Browse files- NASA_OSDR.py +1 -1
NASA_OSDR.py
CHANGED
|
@@ -56,7 +56,7 @@ class NasaOsdrConfig(datasets.BuilderConfig):
|
|
| 56 |
'False' or 'True'.
|
| 57 |
**kwargs: keyword arguments forwarded to super.
|
| 58 |
"""
|
| 59 |
-
super().__init__(
|
| 60 |
self.features = features
|
| 61 |
self.data_url = data_url
|
| 62 |
self.citation = citation
|
|
|
|
| 56 |
'False' or 'True'.
|
| 57 |
**kwargs: keyword arguments forwarded to super.
|
| 58 |
"""
|
| 59 |
+
super().__init__(**kwargs)
|
| 60 |
self.features = features
|
| 61 |
self.data_url = data_url
|
| 62 |
self.citation = citation
|