Fix filepath error in gfs_v16.json

#4

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
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment