Skip to content

Commit

Permalink
fixed rg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Aug 16, 2024
1 parent f24165e commit 504a3e2
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 @@ -1031,7 +1031,7 @@ class RadiusOfGyration(TrajectoryProperty):

atomsgroup_ref = Quantity(
type=Reference(AtomsGroup.m_def),
shape=[1],
shape=[],
description="""
References to the atoms_group section containing the molecule for which Rg was calculated.
""",
Expand Down

0 comments on commit 504a3e2

Please sign in to comment.