Commit
·
442442d
1
Parent(s):
89197cf
Fix formatting.
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ fs = HfFileSystem()
|
|
| 64 |
files = fs.ls("datasets/shermansiu/dm_graphcast_datasets/dataset", detail=False)
|
| 65 |
|
| 66 |
with fs.open(files[0], "rb") as f:
|
| 67 |
-
|
| 68 |
```
|
| 69 |
|
| 70 |
## Citation
|
|
|
|
| 64 |
files = fs.ls("datasets/shermansiu/dm_graphcast_datasets/dataset", detail=False)
|
| 65 |
|
| 66 |
with fs.open(files[0], "rb") as f:
|
| 67 |
+
example_batch = xarray.load_dataset(f).compute()
|
| 68 |
```
|
| 69 |
|
| 70 |
## Citation
|