Skip to content

Commit

Permalink
Merge pull request #14 from nomad-coe/fix-commit
Browse files Browse the repository at this point in the history
Fix quantity shapes
  • Loading branch information
ladinesa authored Aug 14, 2024
2 parents 8172f8e + d1c446f commit 0b0035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleparser/metainfo/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Model(ArchiveSection):
)

positions = Quantity(
type=np.float64, shape=['n_atoms'], description="""Positions of the atoms."""
type=np.float64, shape=['n_atoms', 3], description="""Positions of the atoms."""
)

lattice = Quantity(
Expand Down

0 comments on commit 0b0035d

Please sign in to comment.