-
Notifications
You must be signed in to change notification settings - Fork 31
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
Wien2k implementation #314
Conversation
Also refactored the formatting of the `-red` option string to a one-liner
ad6e0f3
to
7f8b63e
Compare
7f8b63e
to
ca4b2c6
Compare
supercedes #313 |
The |
Let's just add a commit on to this branch once the plugin is done and released. This way we can be sure the tests pass and don't break the master branch. |
f881530
to
fd1ba46
Compare
fd1ba46
to
c40bf95
Compare
Tests for 3.10 (see this action run) seem to be failing because of I tried installing After removing 3.10 from the test matrix though, the tests immediately fail because of |
Let's see if I can get our tests to run...
a19e116
to
5d63189
Compare
Python 3.8 is not supported by `abipy`. Fixing the `abipy` branch to one where I am fixing issues.
Alright, at least the Python 3.9 tests pass now! For Python 3.10, I think we need to update the |
That would essentially mean that we only support 3.9 because I think this is quite limited and not ideal for a major release of this package. It would be great if we can check whether aiida-core v1.6.9 can add support for Python 3.10 and maybe 3.11 and also check whether abipy can add support for Python 3.7 or at least Python 3.8. Are they actually using functionality that is only introduced in Python 3.9? If so what, there are a number of modules that have backports. |
Yes, that's also was I was thinking. I hope it will only require use to update the
I'll look into that. Python 3.7 is already past EOL, so I think we can skip that ( |
Seems I only had to add one |
If only it were so simple. The same dependency has also been pinned by |
@mbercx I solved the |
@sphuber of course, I fully understand. Thanks for having a look anyways! |
1f6bb82
to
ebde6f1
Compare
@mbercx I fixed the small conflict about the abipy version in |
@bosonie sure, we can go ahead and (Squash merge) this PR. I can confirm it runs WIEN2k just fine, just having trouble getting a working binary. |
No description provided.