Skip to content

Commit

Permalink
Update gmso/core/forcefield.py
Browse files Browse the repository at this point in the history
Co-authored-by: Co Quach <[email protected]>
  • Loading branch information
CalCraven and daico007 authored Sep 5, 2023
1 parent 9bdca83 commit 8e111db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/core/forcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def _xml_from_gmso(self, filename, overwrite=False):
)

@classmethod
@deprecate_function("The from XML through GMSO conversion is deprecated.")
@deprecate_function("The internal `from_xml` will be deprecated soon. Please load the XML with the `xml_from_forcefield_utilities`.")
def from_xml(cls, xmls_or_etrees, strict=True, greedy=True):
"""Create a gmso.Forcefield object from XML File(s).
Expand Down

0 comments on commit 8e111db

Please sign in to comment.