chapsticklover commited on
Commit
b8bd4e2
1 Parent(s): f5fc79f

fix filenotfound error

Browse files

renaming filepath from "waveform_ps_h5" to waveform_h5" created issue with data loading script

Files changed (1) hide show
  1. quakeflow_nc.py +1 -1
quakeflow_nc.py CHANGED
@@ -50,7 +50,7 @@ _LICENSE = ""
50
  # TODO: Add link to the official dataset URLs here
51
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
- _REPO = "https://huggingface.co/datasets/AI4EPS/quakeflow_nc/resolve/main/waveform_ps_h5"
54
  _FILES = [
55
  "1987.h5",
56
  "1988.h5",
 
50
  # TODO: Add link to the official dataset URLs here
51
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
+ _REPO = "https://huggingface.co/datasets/AI4EPS/quakeflow_nc/resolve/main/waveform_h5"
54
  _FILES = [
55
  "1987.h5",
56
  "1988.h5",