Skip to content

Commit 3827a9c

Browse files
author
Han Wang
committed
fix bug
1 parent 124eedd commit 3827a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepmd/dpmodel/atomic_model/dp_atomic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def compute_fitting_input_stat(
250250
stat_file_path : Optional[DPPath]
251251
The path to the stat file.
252252
"""
253-
self.fitting.compute_input_stats(
253+
self.fitting_net.compute_input_stats(
254254
sample_merged,
255255
protection=self.data_stat_protect,
256256
stat_file_path=stat_file_path,

0 commit comments

Comments
 (0)