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

Fix job types #139

Merged
merged 5 commits into from
Jun 18, 2019
Merged

Fix job types #139

merged 5 commits into from
Jun 18, 2019

Conversation

alongd
Copy link
Member

@alongd alongd commented Jun 18, 2019

Consider the requested job types for species already defined with xyz.

BugFix: don't run sp jobs after a converged restarted composite job (addresses #138)

When directly specifying xyz in an ARCSpecies object, the conformer list
is updated. If the user did not ask for conformers to be spawned, ARC
will skip conformer generation. This commit allow ARC to directly
execute the requested job (e.g., freq / sp), because sometimes the user
asks not to spawn opt at all.
@codecov
Copy link

codecov bot commented Jun 18, 2019

Codecov Report

Merging #139 into master will decrease coverage by 0.14%.
The diff coverage is 3.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   41.63%   41.48%   -0.15%     
==========================================
  Files          23       23              
  Lines        5824     5845      +21     
  Branches     1540     1551      +11     
==========================================
  Hits         2425     2425              
- Misses       3027     3046      +19     
- Partials      372      374       +2
Impacted Files Coverage Δ
arc/job/job.py 18.43% <0%> (-0.17%) ⬇️
arc/scheduler.py 19.63% <0%> (-0.24%) ⬇️
arc/species/species.py 61.21% <100%> (ø) ⬆️
arc/reaction.py 41.69% <0%> (ø) ⬆️

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 515462f...0b5840c. Read the comment docs.

@alongd alongd merged commit b3b0cf8 into master Jun 18, 2019
@alongd alongd deleted the fix_job_types branch June 18, 2019 02:05
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.

1 participant