Fix filepath error in gfs_v16.json
#4
by
hchen19
- opened
The file paths are not correct in streaming mode, which causes an error when loading the dataset as follows
from datasets import load_dataset
load_dataset(path='openclimatefix/gfs-reforecast',
revision='main',
streaming=True,
trust_remote_code=True)
hchen19
changed pull request title from
fix filepath error in gfs_v16.json
to Fix filepath error in gfs_v16.json