Skip to content

Commit

Permalink
Fix quantity shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 14, 2024
1 parent 8172f8e commit d1c446f
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 d1c446f

Please sign in to comment.