We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c9c0 commit 2f8b516Copy full SHA for 2f8b516
openpmd_validator/check_h5.py
@@ -24,7 +24,7 @@
24
25
26
# version of the openPMD standard
27
-openPMD = "1.1.0"
+openPMD = "2.0.0"
28
29
ext_list = {"ED-PIC": np.uint32(1)}
30
openpmd_validator/createExamples_h5.py
@@ -92,7 +92,7 @@ def setup_root_attr(f):
92
ext_list = [["ED-PIC", np.uint32(1)]]
93
94
# Required attributes
95
- f.attrs["openPMD"] = np.string_("1.1.0")
+ f.attrs["openPMD"] = np.string_("2.0.0")
96
f.attrs["openPMDextension"] = ext_list[0][1] # ED-PIC extension is used
97
f.attrs["basePath"] = np.string_("/data/%T/")
98
f.attrs["meshesPath"] = np.string_("meshes/")
0 commit comments