Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Jan 12, 2024
1 parent 61b8230 commit 8c36e45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deepmd/utils/data_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"""Alias for backward compatibility."""
from deepmd_utils.utils.data_system import (
DeepmdDataSystem,
prob_sys_size_ext,
process_sys_probs,
)

__all__ = [
"DeepmdDataSystem",
"process_sys_probs",
"prob_sys_size_ext",
]

0 comments on commit 8c36e45

Please sign in to comment.