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

Lammps: Only try to use restart file when present #1289

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Lammps: Only try to use restart file when present #1289

merged 1 commit into from
Feb 2, 2024

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Jan 11, 2024

Currently calling .restart() on any Lammps job fails, because the method assumes that .write_restart_file() has been called before.

@pmrv pmrv added the bug Something isn't working label Jan 11, 2024
@coveralls
Copy link

coveralls commented Jan 11, 2024

Pull Request Test Coverage Report for Build 7754852288

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.142%

Totals Coverage Status
Change from base Build 7712154614: 0.0%
Covered Lines: 14138
Relevant Lines: 15179

💛 - Coveralls

@pmrv pmrv added integration Start the notebook integration tests for this PR format_black reformat the code using the black standard labels Jan 11, 2024
Currently calling .restart() on any Lammps job fails, because the method
assumes that .write_restart_file() has been called before.
@pmrv pmrv merged commit 75b399e into main Feb 2, 2024
25 checks passed
@pmrv pmrv deleted the lmpr branch February 2, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working format_black reformat the code using the black standard integration Start the notebook integration tests for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants