Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
Small change for the paper publication.
  • Loading branch information
muammar committed Feb 11, 2020
1 parent 495539f commit 859e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml4chem/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class DeepLearningModel(ABC, torch.nn.Module):
@abstractmethod
def name(cls):
"""Return name of the class"""
pass
return cls.NAME

@abstractmethod
def __init__(self, **kwargs):
Expand Down

0 comments on commit 859e832

Please sign in to comment.