pyiron / pyiron_atomistics

pyiron_atomistics - an integrated development environment (IDE) for atomistic simulation in computational materials science.
https://pyiron-atomistics.readthedocs.io
BSD 3-Clause "New" or "Revised" License
44 stars 15 forks source link

Sphinx log parser fix #1556

Open skatnagallu opened 2 months ago

skatnagallu commented 2 months ago

Fixes the issues mentioned here. All the mentioned issues were causing problems with restarted jobs. In my case restarted jobs for band structure calculations.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10750632813

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyiron_atomistics/sphinx/base.py 3 8 37.5%
<!-- Total: 5 10 50.0% -->
Files with Coverage Reduction New Missed Lines %
pyiron_atomistics/sphinx/base.py 1 79.75%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 10736519166: -0.02%
Covered Lines: 10690
Relevant Lines: 15074

💛 - Coveralls
skatnagallu commented 2 months ago

@samwaseda can we merge this?

skatnagallu commented 2 months ago

As suggested, I moved the changes to 3 PRs each dealing with different issues. Shall I close this PR and delete this branch?