Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update collect.py #321

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

Conversation

trollchu
Copy link

fix multi-system

fix multi-system
@@ -24,8 +24,12 @@ def collect_data(target_folder, param_file, output,
init_data = []
init_data_prefix = jdata.get('init_data_prefix', '')
init_data_sys = jdata.get('init_data_sys', [])
for ii in init_data_sys:
init_data.append(dpdata.LabeledSystem(os.path.join(init_data_prefix, ii), fmt='deepmd/npy'))
    for ii in init_data_sys:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI says this line has an invalid character in identifier. Please make sure CI passes.
https://travis-ci.org/github/deepmodeling/dpgen/jobs/727892051

@njzjz njzjz changed the base branch from master to devel May 8, 2022 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants