-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adds tail method to check output files & transparent support for compressed jobs #894
Conversation
To accelerate the backwards reading, there is some work from the |
I'm not opposed to using |
As we have pymatgen as dependency for |
Ah, fair. I didn't know we already have it. |
# Conflicts: # .ci_support/environment.yml # pyiron_base/jobs/job/util.py # setup.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing stands out to me.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Also use a sub test for every line test
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The failure on windows is due to a bug in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
With this you can do, e.g.
This and
job['error.out']
also work when the job is compressed.