lisawen commited on
Commit
87a9a87
1 Parent(s): 37f5d28

Update soybean_dataset.py

Browse files
Files changed (1) hide show
  1. soybean_dataset.py +1 -1
soybean_dataset.py CHANGED
@@ -122,7 +122,7 @@ class SoybeanDataset(datasets.GeneratorBasedBuilder):
122
  ]
123
 
124
 
125
- def __init__(self, max_workers=5):
126
  # Initialize a ThreadPoolExecutor with the desired number of workers
127
  self.executor = ThreadPoolExecutor(max_workers=max_workers)
128
 
 
122
  ]
123
 
124
 
125
+ def __init__(self, max_workers=5):
126
  # Initialize a ThreadPoolExecutor with the desired number of workers
127
  self.executor = ThreadPoolExecutor(max_workers=max_workers)
128