Skip to content

Commit 9af197c

Browse files
authored
chore: align dataset summary output (#4541)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced test size configuration with percentage-based input - Added method to automatically compute test sizes across systems - **Deprecation** - Marked `get_test` method as deprecated - **Improvements** - Updated logging format for better readability - Improved error handling for test size configuration <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent dbdb9b9 commit 9af197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepmd/utils/data_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def print_summary(
675675
)
676676
for ii in range(nsystems):
677677
log.info(
678-
"%s %6d %6d %6d %9.3e %3s",
678+
"%s %6d %6d %6d %9.3e %3s",
679679
_format_name_length(system_dirs[ii], sys_width),
680680
natoms[ii],
681681
batch_size[ii],

0 commit comments

Comments
 (0)