Skip to content

Commit

Permalink
update model versioning for Potential class
Browse files Browse the repository at this point in the history
  • Loading branch information
kenko911 committed May 6, 2024
1 parent cc80907 commit 49c5193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matgl/apps/pes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class Potential(nn.Module, IOMixIn):
"""A class representing an interatomic potential."""

__version__ = 2
__version__ = 3

def __init__(
self,
Expand Down

0 comments on commit 49c5193

Please sign in to comment.