We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124eedd commit 3827a9cCopy full SHA for 3827a9c
1 file changed
deepmd/dpmodel/atomic_model/dp_atomic_model.py
@@ -250,7 +250,7 @@ def compute_fitting_input_stat(
250
stat_file_path : Optional[DPPath]
251
The path to the stat file.
252
"""
253
- self.fitting.compute_input_stats(
+ self.fitting_net.compute_input_stats(
254
sample_merged,
255
protection=self.data_stat_protect,
256
stat_file_path=stat_file_path,
0 commit comments