Skip to content

Commit 1564080

Browse files
authored
Add convert_mdata definition to fix simplify bug. (#634)
1 parent b3db59d commit 1564080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpgen/simplify/simplify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# TODO: maybe the following functions can be moved to dpgen.util
2828
from dpgen.generator.lib.utils import log_iter, make_iter_name, create_path, record_iter
2929
from dpgen.generator.lib.gaussian import make_gaussian_input
30+
from dpgen.remote.decide_machine import convert_mdata
3031

3132

3233
picked_data_name = "data.picked"

0 commit comments

Comments
 (0)