Skip to content

Commit

Permalink
fix: rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyang Peng authored and Anyang Peng committed Feb 2, 2024
1 parent 97ccfcc commit 39da832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/model/model/pair_tab_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
else:
raise TypeError("sel must be int or list[int]")

def get_fitting_output_def(self) -> FittingOutputDef:
def fitting_output_def(self) -> FittingOutputDef:
return FittingOutputDef(
[
OutputVariableDef(
Expand Down

0 comments on commit 39da832

Please sign in to comment.