Skip to content

Commit 760edd1

Browse files
authored
Merge pull request #39 from ax3l/topic-noEDPICprotonNum
ED-PIC: Remove proton/neutron Number
2 parents c85d574 + 94f6bf9 commit 760edd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openpmd_validator/check_h5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,6 @@ def check_particles(f, iteration, v, extensionStates) :
820820
result_array += test_key(species, v, "required", "mass")
821821
result_array += test_key(species, v, "required", "weighting")
822822
result_array += test_key(species, v, "optional", "boundElectrons")
823-
result_array += test_key(species, v, "optional", "protonNumber")
824-
result_array += test_key(species, v, "optional", "neutronNumber")
825823

826824
# Check the attributes associated with the PIC extension
827825
if extensionStates['ED-PIC'] :

0 commit comments

Comments
 (0)