Datasets:
Correct import
#1
by lucasmaes - opened
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This Dataset is part of <a href="arxiv.org/abs/2412.00568">The Well Collection</
|
|
| 19 |
2. Use the `WellDataModule` to retrieve data as follows:
|
| 20 |
|
| 21 |
```python
|
| 22 |
-
from the_well.
|
| 23 |
|
| 24 |
# The following line may take a couple of minutes to instantiate the datamodule
|
| 25 |
datamodule = WellDataModule(
|
|
|
|
| 19 |
2. Use the `WellDataModule` to retrieve data as follows:
|
| 20 |
|
| 21 |
```python
|
| 22 |
+
from the_well.data import WellDataModule
|
| 23 |
|
| 24 |
# The following line may take a couple of minutes to instantiate the datamodule
|
| 25 |
datamodule = WellDataModule(
|