Skip to content

Commit

Permalink
Merge branch 'pydantic2_compatibility' of https://github.com/daico007…
Browse files Browse the repository at this point in the history
…/gmso into pydantic2_compatibility
  • Loading branch information
daico007 committed Dec 13, 2023
2 parents 9f72cb8 + 6baed27 commit e69f03b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gmso/lib/potential_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class PotentialTemplate(AbstractPotential):
"""Template for potential objects to be re-used."""

expected_parameters_dimensions_: Dict[str, sympy.Expr] = Field(
..., description="The expected dimensions for parameters.", alias="expected_parameters_dimensions"
...,
description="The expected dimensions for parameters.",
alias="expected_parameters_dimensions",
)

model_config = ConfigDict(
Expand Down

0 comments on commit e69f03b

Please sign in to comment.