trying yet again to make work for both streaming settings
Browse files- merfish.py +1 -0
merfish.py
CHANGED
|
@@ -2,6 +2,7 @@ import datasets
|
|
| 2 |
import os
|
| 3 |
import pandas as pd
|
| 4 |
from huggingface_hub import list_repo_files
|
|
|
|
| 5 |
|
| 6 |
class MERFISHConfig(datasets.BuilderConfig):
|
| 7 |
def __init__(self, **kwargs):
|
|
|
|
| 2 |
import os
|
| 3 |
import pandas as pd
|
| 4 |
from huggingface_hub import list_repo_files
|
| 5 |
+
import glob
|
| 6 |
|
| 7 |
class MERFISHConfig(datasets.BuilderConfig):
|
| 8 |
def __init__(self, **kwargs):
|