anz2 commited on
Commit
ca4c560
·
1 Parent(s): 9fee808

update loader script

Browse files
Files changed (1) hide show
  1. 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__(version=datasets.Version("1.0.0"), **kwargs)
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