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

Save all VCSGC parameters in generic input #262

Merged
merged 3 commits into from
Jul 14, 2021
Merged

Save all VCSGC parameters in generic input #262

merged 3 commits into from
Jul 14, 2021

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Jun 30, 2021

Several parameters to calc_vcsgc were not saved before, so… I just do that now. This is helpful when doing pyiron tables on SGC jobs and you need to know e.g. the chemical potential.

Will convert from draft as soon as I tested it on the cluster.

@pmrv pmrv added the enhancement New feature or request label Jun 30, 2021
@@ -506,7 +506,7 @@ def test_vcsgc_input(self):
self.job_vcsgc_input.calc_vcsgc(**args)
self.assertEqual(self.job_vcsgc_input.input.control['fix___vcsgc'], input_string)

args['temperature_mc'] = 100.,
args['temperature_mc'] = 100.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@liamhuber This broke the tests. I don't think this is intentional or is it and I'm missing it?

Copy link
Member

Choose a reason for hiding this comment

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

Just a copy-paste error from a function signature I bet.

@coveralls
Copy link

coveralls commented Jul 5, 2021

Pull Request Test Coverage Report for Build 1029862573

  • 11 of 11 (100.0%) changed or added relevant lines in 1 file are covered.
  • 24 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.06%) to 67.928%

Files with Coverage Reduction New Missed Lines %
pyiron_atomistics/lammps/units.py 2 97.14%
pyiron_atomistics/atomistics/job/atomistic.py 10 71.35%
pyiron_atomistics/atomistics/structure/neighbors.py 12 97.2%
Totals Coverage Status
Change from base Build 983920110: 0.06%
Covered Lines: 10840
Relevant Lines: 15958

💛 - Coveralls

@pmrv pmrv marked this pull request as ready for review July 6, 2021 14:58
@pmrv pmrv merged commit 97640ca into master Jul 14, 2021
@delete-merged-branch delete-merged-branch bot deleted the vcsgc branch July 14, 2021 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants