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

bug_fix | init_bulk | stages 3 | lost the last pert-dir in stages 2 #530

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

Vibsteamer
Copy link
Collaborator

pert_numb = jdata['pert_numb']

stages 2 pert makes 000000+pert_numb structures (dirs), pert_numb + 1 in total
stages 3 was copying those in range(pert_numb), the first pert_numb structures(dir), lost the last one.

pert_numb = jdata['pert_numb'] 

stages 2 pert makes 000000+pert_numb structures (dirs),  pert_numb + 1 in total
stages 3 was copying those in range(pert_numb), the first  pert_numb structures(dir), lost the last one.
@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2021

Codecov Report

Merging #530 (9152b37) into devel (af217d5) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel     #530   +/-   ##
=======================================
  Coverage   33.04%   33.04%           
=======================================
  Files          86       86           
  Lines       14730    14730           
=======================================
  Hits         4867     4867           
  Misses       9863     9863           
Impacted Files Coverage Δ
dpgen/data/gen.py 51.20% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af217d5...9152b37. Read the comment docs.

@amcadmus amcadmus merged commit 6d3f187 into deepmodeling:devel Aug 31, 2021
Cloudac7 pushed a commit to Cloudac7/dpgen that referenced this pull request Dec 1, 2021
…eepmodeling#530)

pert_numb = jdata['pert_numb'] 

stages 2 pert makes 000000+pert_numb structures (dirs),  pert_numb + 1 in total
stages 3 was copying those in range(pert_numb), the first  pert_numb structures(dir), lost the last one.
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.

3 participants