Oddsflow-team commited on
Commit
33984e5
·
verified ·
1 Parent(s): 9833e82

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. examples/README.md +1 -1
examples/README.md CHANGED
@@ -33,7 +33,7 @@ python - << 'PY'
33
  import json
34
  from jsonschema import validate
35
 
36
- with open("datasets/signal-log.schema.json","r",encoding="utf-8") as f:
37
  schema = json.load(f)
38
 
39
  with open("examples/sample_signal_log.json","r",encoding="utf-8") as f:
 
33
  import json
34
  from jsonschema import validate
35
 
36
+ with open("datasets/schema/signal-log.schema.json","r",encoding="utf-8") as f:
37
  schema = json.load(f)
38
 
39
  with open("examples/sample_signal_log.json","r",encoding="utf-8") as f: