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

Add support for aiida-core==2.X #73

Merged
merged 3 commits into from
Aug 26, 2023

Conversation

mpougin
Copy link
Contributor

@mpougin mpougin commented Aug 25, 2023

Update the codebase to support aiida-core v2.X, mostly via:

  1. Adding core. prefix to entry points.
  2. Removing dict=/list= keyword arguments in the corresponding constructors.
  3. Use new base name spacing.

Since the CI was failing in many ways, this has been tweaked and fixed as well:

  1. Updates to the pre-commit, switching to the black formatter, using isort and updating pylint.
  2. Adapting the Docker build for running the examples to:
  • use the 2.3.1 version of the aiida-core image.
  • Update RASPA to v2.0.47
  • Include the run_examples.sh file, where we select the examples to run for the CI.
  1. The CI tests are now split in the actual pytest tests, and examples. Running the examples via pytest seemed quite broken, and this way we can split the two so we can e.g. only run the examples for release PRs.

The repository was also cleaned up of several files that no longer served any purpose.

@mpougin mpougin force-pushed the new/aiida-v2.0-support branch 22 times, most recently from 0344579 to e0df03a Compare August 26, 2023 18:06
@mpougin mpougin merged commit fb1860c into lsmo-epfl:develop Aug 26, 2023
4 checks passed
@mpougin mpougin deleted the new/aiida-v2.0-support branch August 26, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant