-
Notifications
You must be signed in to change notification settings - Fork 12
General maintenance tasks #134
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
Conversation
Remove superfluous print statements, or convert them to docstrings that unittest can print in verbose mode. Add copyright headers.
|
Samples workflow: run 15911024152. |
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.
The issue with the compatibility with Python 10 needs to be fixed in this PR. The patch for relax_espresso_system for now solves the issue of the exponentially increasing value of gamma, but we should change that logic in a dedicated PR. I will take care of this last point immediately after we merge this PR. The rest looks OK to me.
pm-blanco
left a comment
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.
Seems that I approved the PR too quickly... the EESSI setup seems to be failing now.
|
The GitHub Actions are failing due to actions/runner#3720 (workflow job 44919627814). It's happening at random: the workflow works in my fork. Let me restart the workflow here. |
|
Following the advice of the EESSI devs, I deleted the EESSI cache in pyMBE-dev/pyMBE/actions/caches. Workflows are running again, although it could also have been a temporary issue with the Ubuntu package mirrors. |
Co-authored-by: Pablo M. Blanco <75744061+pm-blanco@users.noreply.github.com>
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.
I tested the new implementation with Python 3.10 both setting up the virtual environment with venv and with miniconda3 and it worked for me. Thank you for the maintenance and for the proposed fix.
Improve samples workflow runtime, add conda support, and fix a few bugs.