Skip to content

Commit c170106

Browse files
committed
Some cleanup
1 parent 5a5673a commit c170106

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

share/openPMD/json_schema/check.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
referrer=True,
1111
)
1212

13-
with open(path / "pic_long.json", "r") as instance:
13+
with open(path / "sample_datasets/pic_long.json", "r") as instance:
1414
jsonschema.validate(
1515
instance=json.load(instance),
1616
schema={"$ref": "./series.json"},
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)