Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Feb 26, 2024
1 parent 67fb972 commit fb163de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulationworkflowschema/molecular_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ class TrajectoryProperty(Property):

value_magnitude = Quantity(
type=np.float64,
shape=["n_times"],
shape=["n_frames"],
description="""
Values of the property.
""",
Expand Down

0 comments on commit fb163de

Please sign in to comment.